mq: qpush -n fix
authorteki321@gmail.com
Thu, 08 May 2008 14:02:42 +1000
changeset 6627 d9266e48cd27
parent 6626 59f7b804352f
child 6628 f18f14bae172
mq: qpush -n fix
hgext/mq.py
--- a/hgext/mq.py	Fri May 23 16:50:17 2008 +0200
+++ b/hgext/mq.py	Thu May 08 14:02:42 2008 +1000
@@ -1930,7 +1930,7 @@
         patch = q.series[-1]
     if opts['merge']:
         if opts['name']:
-            newpath = opts['name']
+            newpath = repo.join(opts['name'])
         else:
             newpath, i = lastsavename(q.path)
         if not newpath: