mercurial/subrepo.py
changeset 12506 e7d45e41338c
parent 12503 b4711585a455
child 12752 18b5b6392fcf
--- a/mercurial/subrepo.py	Sun Sep 26 16:01:13 2010 -0500
+++ b/mercurial/subrepo.py	Sun Sep 26 16:11:04 2010 -0500
@@ -220,7 +220,7 @@
         """
         raise NotImplementedError
 
-    def checknested(path):
+    def checknested(self, path):
         """check if path is a subrepository within this repository"""
         return False