Created
May 2, 2009 18:22
-
-
Save stepancheg/105654 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** unknown exception encountered, details follow | |
** report bug details to http://www.selenic.com/mercurial/bts | |
** or [email protected] | |
** Mercurial Distributed SCM (version 1.2) | |
** Extensions loaded: forest, graphlog, hg-git, hgsubversion, mq, patchbomb | |
Traceback (most recent call last): | |
File "/usr/bin/hg", line 27, in ? | |
mercurial.dispatch.run() | |
File "/var/lib/python-support/python2.4/mercurial/dispatch.py", line 16, in run | |
sys.exit(dispatch(sys.argv[1:])) | |
File "/var/lib/python-support/python2.4/mercurial/dispatch.py", line 25, in dispatch | |
return _runcatch(u, args) | |
File "/var/lib/python-support/python2.4/mercurial/dispatch.py", line 41, in _runcatch | |
return _dispatch(ui, args) | |
File "/var/lib/python-support/python2.4/mercurial/dispatch.py", line 372, in _dispatch | |
return runcommand(lui, repo, cmd, fullargs, ui, options, d) | |
File "/var/lib/python-support/python2.4/mercurial/dispatch.py", line 247, in runcommand | |
ret = _runcommand(ui, options, cmd, d) | |
File "/var/lib/python-support/python2.4/mercurial/dispatch.py", line 417, in _runcommand | |
return checkargs() | |
File "/var/lib/python-support/python2.4/mercurial/dispatch.py", line 377, in checkargs | |
return cmdfunc() | |
File "/var/lib/python-support/python2.4/mercurial/dispatch.py", line 371, in <lambda> | |
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions) | |
File "/var/lib/python-support/python2.4/mercurial/util.py", line 718, in check | |
return func(*args, **kwargs) | |
File "/home/nga/usr/hg-git/__init__.py", line 45, in gclone | |
git.fetch('origin') | |
File "/home/nga/usr/hg-git/git_handler.py", line 121, in fetch | |
self.import_git_objects(remote_name) | |
File "/home/nga/usr/hg-git/git_handler.py", line 448, in import_git_objects | |
commits = toposort.TopoSort(convert_list).items() | |
File "/home/nga/usr/hg-git/toposort.py", line 10, in __init__ | |
self._sorted = self.robust_topological_sort(commitdict) | |
File "/home/nga/usr/hg-git/toposort.py", line 84, in robust_topological_sort | |
components = self.strongly_connected_components(graph) | |
File "/home/nga/usr/hg-git/toposort.py", line 52, in strongly_connected_components | |
visit(node) | |
File "/home/nga/usr/hg-git/toposort.py", line 40, in visit | |
for successor in graph[node].parents(): | |
TypeError: 'list' object is not callable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment