[issue2123] hg update broken after installing 1.5

Sean Reque bugs at mercurial.selenic.com
Fri Apr 2 20:16:39 UTC 2010


New submission from Sean Reque <seanthenewt at yahoo.com>:

After installing version 1.5, I cannot run hg update. After adding some
debug exception printing, I get the following information. The first few
entries are the results of printing the function that is about to be invoked
at util.py:403 in the function check. 

<function wrap at 0x1b5b050>
<function wraptosetignores at 0x1a87d70>
<function wrap at 0x1a92320>
<function my_update at 0x1a87c08>
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/mercurial/util.py", line 403,
in check
    return func(*args, **kwargs)
TypeError: my_update() got an unexpected keyword argument 'mq'
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line
472, in checkargs
    return cmdfunc()
  File "/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line
466, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/usr/local/lib/python2.6/dist-packages/mercurial/util.py", line 403,
in check
    return func(*args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/mercurial/extensions.py",
line 116, in wrap
    util.checksignature(origfn), *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/mercurial/util.py", line 403,
in check
    return func(*args, **kwargs)
  File "/home/sreque/downloads/hgext/bigfiles/bigfiles.py", line 335, in
wraptosetignores
    res = orig(ui, *args, **opts)
  File "/usr/local/lib/python2.6/dist-packages/mercurial/util.py", line 403,
in check
    return func(*args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/mercurial/extensions.py",
line 116, in wrap
    util.checksignature(origfn), *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/mercurial/util.py", line 407,
in check
    raise error.SignatureError
SignatureError
hg update: invalid arguments

----------
messages: 12206
nosy: sreque
priority: critical
status: unread
title: hg update broken after installing 1.5

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2123>
____________________________________________________


More information about the Mercurial-devel mailing list