Skip to content

Instantly share code, notes, and snippets.

@fmitha
Created March 29, 2018 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmitha/899b6a1c681b17a28366a3584ef6ead5 to your computer and use it in GitHub Desktop.
Save fmitha/899b6a1c681b17a28366a3584ef6ead5 to your computer and use it in GitHub Desktop.
** Unknown exception encountered with possibly-broken third-party extension automv
** which supports versions unknown of Mercurial.
** Please disable automv and try your action again.
** If that fixes the bug please report it to the extension author.
** Python 2.7.13 (default, Nov 24 2017, 17:33:09) [GCC 6.3.0 20170516]
** Mercurial Distributed SCM (version 4.5)
** Extensions loaded: churn, convert, extdiff, graphlog, hgk, journal, keyword, strip, mq, pager, patchbomb, purge, rebase, record, schemes, histedit, shelve, hgext3rd.evolve, evolve, logtoprocess, win32text, show, relink, share, commitextras, notify, lfs, eol, children, transplant, githelp, fsmonitor, releasenotes, gpg, automv, clonebundles, split, blackbox, uncommit, win32mbcs, censor, factotum
** ProgrammingError: missing attributes: norepo, optionalrepo, inferrepo
** (use @command decorator to register '^hgview|hgv|qv')
Traceback (most recent call last):
File "/usr/bin/hg", line 41, in <module>
dispatch.run()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 88, in run
status = (dispatch(req) or 0) & 255
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 183, in dispatch
ret = _runcatch(req)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 324, in _runcatch
return _callcatch(ui, _runcatchfunc)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 332, in _callcatch
return scmutil.callcatch(ui, func)
File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line 154, in callcatch
return func()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 314, in _runcatchfunc
return _dispatch(req)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 918, in _dispatch
cmdpats, cmdoptions)
File "/usr/lib/python2.7/dist-packages/hgext/journal.py", line 85, in runcommand
return orig(lui, repo, cmd, fullargs, *args)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 673, in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/usr/lib/python2.7/dist-packages/hgext/pager.py", line 77, in pagecmd
return orig(ui, options, cmd, cmdfunc)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 926, in _runcommand
return cmdfunc()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 915, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 1197, in check
return func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/mercurial/commands.py", line 2689, in help_
formatted = help.formattedhelp(ui, commands, name, keep=keep, **opts)
File "/usr/lib/python2.7/dist-packages/mercurial/help.py", line 662, in formattedhelp
subtopic=subtopic, unknowncmd=unknowncmd, full=full, **opts)
File "/usr/lib/python2.7/dist-packages/mercurial/help.py", line 583, in help_
matches = topicmatch(ui, commands, name or '')
File "/usr/lib/python2.7/dist-packages/mercurial/help.py", line 166, in topicmatch
mod = extensions.load(ui, name, '')
File "/usr/lib/python2.7/dist-packages/mercurial/extensions.py", line 171, in load
_validatecmdtable(ui, getattr(mod, 'cmdtable', {}))
File "/usr/lib/python2.7/dist-packages/mercurial/extensions.py", line 148, in _validatecmdtable
hint="use @command decorator to register '%s'" % c)
mercurial.error.ProgrammingError: missing attributes: norepo, optionalrepo, inferrepo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment