Fixes to pull/push logic.
[redakcja.git] / lib / wlrepo / mercurial_backend / library.py
old mode 100644 (file)
new mode 100755 (executable)
index cde7af9..316800f
@@ -80,7 +80,7 @@ class MercurialLibrary(wlrepo.Library):
     def ospath(self):
         return self._ospath.decode('utf-8')
 
-    def document_for_rev(self, revision):
+    def document_for_revision(self, revision):
         if revision is None:
             raise ValueError("Revision can't be None.")