diff hgext/convert/hg.py @ 4756:8e9d3faec270

convert: split converter into convertsource and convertsink
author Brendan Cully <brendan@kublai.com>
date Sun, 01 Jul 2007 19:58:19 -0700
parents 07efcce17d28
children b6a1f2c46c6c
line wrap: on
line diff
--- a/hgext/convert/hg.py
+++ b/hgext/convert/hg.py
@@ -6,7 +6,7 @@ from mercurial import hg
 from common import NoRepo, converter_sink
 
 class convert_mercurial(converter_sink):
-    def __init__(self, ui, path, rev=None):
+    def __init__(self, ui, path):
         self.path = path
         self.ui = ui
         try: