who to find @
Becker, Mischa J
mischa.becker at kroger.com
Mon May 15 22:24:17 UTC 2017
> From: Mercurial [mailto:mercurial-bounces at mercurial-scm.org] On Behalf Of Uwe Brauer
> Sent: Monday, May 15, 2017 11:40 AM
> To: mercurial at mercurial-scm.org
> Subject: who to find @
>
> Hello
>
> Sometimes I clone a directory and when I run
>
> hg log -G
>
> I don't find the @ (which is on) so usually I do hg up tip or hg branches and then hg up default.
>
> But is there any command which tells me to which rev the repo is pointing?
>
> Thanks
>
> Uwe Brauer
If you can't find the @ it might be because your new repo didn't update to a specific revision and the current revision is actually null. If that is the case, hg identify will return 000000000000.
I do this on purpose with 'hg update null' to de-clutter and save space in project repos I don't touch very frequently.
Mischa Becker
________________________________
This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential and protected by law from unauthorized disclosure. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
More information about the Mercurial
mailing list