changeset 6627:d9266e48cd27

mq: qpush -n fix
author teki321@gmail.com
date Thu, 08 May 2008 14:02:42 +1000
parents 59f7b804352f
children f18f14bae172
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: