diff hgext/convert/hg.py @ 4763: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	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: