hgext/convert/common.py
changeset 4806 15a3cbfc6568
parent 4755 47091c8d028e
child 4809 c2d529f288a1
--- a/hgext/convert/common.py
+++ b/hgext/convert/common.py
@@ -17,7 +17,7 @@ class converter_source(object):
     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"""