Page MenuHomeDevCentral

hg push git
ActivePublic

Authored by dereckson on Nov 18 2014, 02:32.
Referenced Files
F52: hg_push_git
Nov 18 2014, 02:34
F51: hg_push_git
Nov 18 2014, 02:32
Subscribers
None
pushing to git+ssh://git@github.com/nasqueron/ViperServ.git
** Unknown exception encountered with possibly-broken third-party extension hggit
** which supports versions 3.0.1 of Mercurial.
** Please disable hggit and try your action again.
** If that fixes the bug please report it to https://bitbucket.org/durin42/hg-git/issues
** Python 2.7.8 (default, Nov 6 2014, 06:33:35) [GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502)]
** Mercurial Distributed SCM (version 3.2)
** Extensions loaded: record, strip, mq, hggit
Traceback (most recent call last):
File "/usr/local/bin/hg", line 43, in <module>
mercurial.dispatch.run()
File "/usr/local/lib/python2.7/site-packages/mercurial/dispatch.py", line 28, in run
sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
File "/usr/local/lib/python2.7/site-packages/mercurial/dispatch.py", line 71, in dispatch
ret = _runcatch(req)
File "/usr/local/lib/python2.7/site-packages/mercurial/dispatch.py", line 140, in _runcatch
return _dispatch(req)
File "/usr/local/lib/python2.7/site-packages/mercurial/dispatch.py", line 850, in _dispatch
cmdpats, cmdoptions)
File "/usr/local/lib/python2.7/site-packages/mercurial/dispatch.py", line 611, in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/usr/local/lib/python2.7/site-packages/mercurial/dispatch.py", line 941, in _runcommand
return checkargs()
File "/usr/local/lib/python2.7/site-packages/mercurial/dispatch.py", line 912, in checkargs
return cmdfunc()
File "/usr/local/lib/python2.7/site-packages/mercurial/dispatch.py", line 847, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 677, in check
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/mercurial/extensions.py", line 151, in wrap
util.checksignature(origfn), *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 677, in check
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/hgext/mq.py", line 3448, in mqcommand
return orig(ui, repo, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 677, in check
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/mercurial/commands.py", line 5068, in push
bookmarks=opts.get('bookmark', ()))
File "/usr/local/lib/python2.7/site-packages/mercurial/exchange.py", line 211, in push
lock = pushop.remote.lock()
AttributeError: 'gitrepo' object has no attribute 'lock'

Event Timeline

dereckson changed the title of this paste from untitled to hg push git.
dereckson updated the paste's language from autodetect to text.
dereckson changed the visibility from "All Users" to "Public (No Login Required)".
dereckson added a project: Dæghrefn.

Fixed with hg-git upgrade to 0.7.0.