mercurial/localrepo.py
changeset 37650 62ebfda864de
parent 37649 a168799687e5
child 37669 1cb54e6193a6
--- a/mercurial/localrepo.py	Fri Apr 13 12:13:42 2018 -0700
+++ b/mercurial/localrepo.py	Fri Apr 13 11:54:13 2018 -0700
@@ -196,6 +196,7 @@
     def close(self):
         self._closed = True
 
+@zi.implementer(repository.ipeercommands)
 class localpeer(repository.peer):
     '''peer for a local repo; reflects only the most recent API'''