mercurial/commands.py
changeset 7850 74c3baca65c9
parent 7848 89e05c02a4af
child 7874 d812029cda85
child 8041 87c5a4af0b5a
--- a/mercurial/commands.py	Mon Mar 16 17:21:06 2009 -0500
+++ b/mercurial/commands.py	Mon Mar 09 17:13:12 2009 -0500
@@ -331,7 +331,7 @@
         try:
             while changesets:
                 # update state
-                status = os.spawnl(os.P_WAIT, commandpath)
+                status = os.spawnl(os.P_WAIT, commandpath, commandpath)
                 if status == 125:
                     transition = "skip"
                 elif status == 0: