diff hgext/convert/subversion.py @ 5111:9cda2315c7a9

convert: Use debugsvnlog instead of git-like debug-svn-log.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 09:42:32 +0200
parents 78eb03cbe535
children 18abf13064cb
line wrap: on
line diff
--- a/hgext/convert/subversion.py
+++ b/hgext/convert/subversion.py
@@ -236,7 +236,7 @@ class convert_svn(converter_source):
                 strict_node_history]
         arg = encodeargs(args)
         hgexe = util.hgexecutable()
-        cmd = '"%s "debug-svn-log""' % util.shellquote(hgexe)
+        cmd = '"%s "debugsvnlog""' % util.shellquote(hgexe)
         stdin, stdout = os.popen2(cmd, 'b')
         
         stdin.write(arg)