* mercurial down?
@ 2005-07-12 22:30 Andrew Theurer
2005-07-12 22:38 ` Vincent Hanquez
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Theurer @ 2005-07-12 22:30 UTC (permalink / raw)
To: xen-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: mercurial down?
2005-07-12 22:30 mercurial down? Andrew Theurer
@ 2005-07-12 22:38 ` Vincent Hanquez
0 siblings, 0 replies; 2+ messages in thread
From: Vincent Hanquez @ 2005-07-12 22:38 UTC (permalink / raw)
To: Andrew Theurer; +Cc: xen-devel
On Tue, Jul 12, 2005 at 05:30:52PM -0500, Andrew Theurer wrote:
> I can't seen to do any pulls like:
>
> hg co 5759
that's not a pull, hg co is just seeking in your own local copy.
> ..but the web interface is still working, so I am a little confused.
> Any ideas?
it's still working for me.
--
Vincent Hanquez
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-12 22:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-12 22:30 mercurial down? Andrew Theurer
2005-07-12 22:38 ` Vincent Hanquez
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.