hgext/convert/hg.py
changeset 4763 8e9d3faec270
parent 4760 07efcce17d28
child 4765 b6a1f2c46c6c
--- a/hgext/convert/hg.py	Sun Jul 01 19:40:02 2007 -0700
+++ b/hgext/convert/hg.py	Sun Jul 01 19:58:19 2007 -0700
@@ -6,7 +6,7 @@
 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: