# HG changeset patch # User teki321@gmail.com # Date 2008-05-08 04:02:42 # Node ID d9266e48cd27cb229843effe6bd1d0a3becd3ab5 # Parent 59f7b804352fa5cebd67085c8336c2596d3159af mq: qpush -n fix diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1930,7 +1930,7 @@ def push(ui, repo, patch=None, **opts): 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: