hgext/convert/common.py
changeset 5436 b4ae8535f834
parent 5435 d0c67b52ac01
child 5437 71e7c86adcb7
--- a/hgext/convert/common.py
+++ b/hgext/convert/common.py
@@ -117,7 +117,8 @@ class converter_sink(object):
     def __init__(self, ui, path):
         """Initialize conversion sink (or raise NoRepo("message")
         exception if path is not a valid repository)"""
-        raise NotImplementedError()
+        self.path = path
+        self.ui = ui
 
     def getheads(self):
         """Return a list of this repository's heads"""