Submitter | Gregory Szorc |
---|---|
Date | Aug. 19, 2014, 5:30 a.m. |
Message ID | <ec6632877a28678be887.1408426214@vm-ubuntu-main.gateway.sonic.net> |
Download | mbox | patch |
Permalink | /patch/5503/ |
State | Changes Requested |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -302,8 +302,10 @@ class localrepository(object): # - working directory parent change, # - bookmark changes self.filteredrevcache = {} + self.events = util.eventmanager() + def close(self): pass def _restrictcapabilities(self, caps):