hgext/convert/subversion.py
changeset 5138 9cda2315c7a9
parent 5132 78eb03cbe535
child 5139 18abf13064cb
--- a/hgext/convert/subversion.py	Mon Aug 06 14:50:57 2007 -0700
+++ b/hgext/convert/subversion.py	Tue Aug 07 09:42:32 2007 +0200
@@ -236,7 +236,7 @@
                 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)