hgext/convert/common.py
changeset 4807 15a3cbfc6568
parent 4762 47091c8d028e
child 4810 c2d529f288a1
--- a/hgext/convert/common.py	Wed Jul 04 13:38:49 2007 -0700
+++ b/hgext/convert/common.py	Thu Jul 05 12:00:04 2007 -0700
@@ -17,7 +17,7 @@
     def __init__(self, ui, path, rev=None):
         """Initialize conversion source (or raise NoRepo("message")
         exception if path is not a valid repository)"""
-        raise NotImplementedError()
+        pass
 
     def getheads(self):
         """Return a list of this repository's heads"""