Rev e43c23d189a5 breaks push with mq

Yuya Nishihara yuya at tcha.org
Mon Jun 7 12:14:54 CDT 2010


Bryan O'Sullivan wrote:
> Hi, Sune -
> 
> Your change http://selenic.com/repo/hg/rev/e43c23d189a5 breaks push when the
> mq extension is enabled:
> 
>   File "/usr/lib64/python2.6/site-packages/hgext/mq.py", line 2688, in push
>     return super(mqrepo, self).push(remote, force, revs, newbranch)
>   TypeError: push() takes at most 4 arguments (5 given)
> 
> Please send in a fix.

Are you enabled hggit extension?
If so, the attached patch (for hg-git) fixes the issue.

I'm planning to send this to hg-git.

Yuya,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: newbranch.diff
Type: text/x-patch
Size: 1462 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20100608/d6a757fb/attachment.bin>


More information about the Mercurial-devel mailing list