I can't seen to do any pulls like:
hg co 5759
I get the following:
Traceback (most recent call last):
File "/usr/bin/hg", line 13, in ?
commands.run()
File "/usr/lib/python2.3/site-packages/mercurial/commands.py", line
750, in run
sys.exit(dispatch(sys.argv[1:]))
File "/usr/lib/python2.3/site-packages/mercurial/commands.py", line
812, in dispatch
return d()
File "/usr/lib/python2.3/site-packages/mercurial/commands.py", line
796, in <lambda>
d = lambda: i[0](u, repo, *args, **cmdoptions)
File "/usr/lib/python2.3/site-packages/mercurial/commands.py", line
653, in update
node = node and repo.lookup(node) or repo.changelog.tip()
File "/usr/lib/python2.3/site-packages/mercurial/hg.py", line 428, in
lookup
return self.changelog.lookup(key)
File "/usr/lib/python2.3/site-packages/mercurial/revlog.py", line 202,
in lookup
if len(c) > 1: raise KeyError("Ambiguous identifier")
KeyError: 'Ambiguous identifier'
..but the web interface is still working, so I am a little confused.
Any ideas?
-Andrew
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|