--- 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: