hgext/evolve.py
changeset 1111 6328e005b6c8
parent 1108 87d60434b434
parent 1109 212f24013455
child 1112 c3e23fbf7bd7
--- a/hgext/evolve.py	Wed Sep 03 23:56:39 2014 +0200
+++ b/hgext/evolve.py	Thu Sep 04 09:06:18 2014 +0200
@@ -71,7 +71,6 @@
 from mercurial import localrepo
 from mercurial.hgweb import hgweb_mod
 from mercurial import bundle2
-from mercurial import util
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)
@@ -381,7 +380,7 @@
     if ui.config('alias', 'grab', None) is None:
         if os.name == 'nt':
             ui.setconfig('alias', 'grab',
-                "! " + util.hgexecutable() + " rebase --dest . --rev  && "
+                "! " + util.hgexecutable() + " rebase --dest . --rev $@ && "
                  + util.hgexecutable() + " up tip")
         else:
             ui.setconfig('alias', 'grab',