hgext/convert/subversion.py
changeset 5111 9cda2315c7a9
parent 5105 78eb03cbe535
child 5112 18abf13064cb
--- 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)