Strange cloning behavior
Dustin Sallings
dustin at spy.net
Tue Mar 4 01:08:15 CST 2008
On Mar 3, 2008, at 21:43, Stephen Waterbury wrote:
> I have an hg repo that apparently has no outstanding
> uncommitted changes (hg status returns nothing) and
> contains a single branch:
>
> $ hg heads
> changeset: 118:b92de3a4c4e6
> branch: storm-pgef
> tag: tip
> user: Stephen Waterbury <waterbug at pangalactic.us>
> date: Mon Mar 03 17:40:53 2008 -0500
> summary: Update everything.
>
> Yet when I clone it, the clone doesn't contain the latest
> versions of several of its files.
>
> What would be the first things to try in troubleshooting
> this guy?
clone updates to the ``default'' branch. You'll get the latest by
asking for your branch specifically:
hg up -C storm-pgef
--
Dustin Sallings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20080303/42e652da/attachment.htm
More information about the Mercurial
mailing list