just commited but want it out of the way
Pulkit Goyal
7895pulkit at gmail.com
Tue Mar 5 13:29:43 UTC 2019
Even if you backout the commit, it will be there in the history and you can
use either `hg export <commit_hash>` or `hg log -r <commit_hash>` to see
that commit in future. You can also find this commit by using some form of
revsets. `hg help revsets` for details.
Hope it helps.
On Tue, Mar 5, 2019 at 4:20 PM Neal Becker <ndbecker2 at gmail.com> wrote:
> I just commited an update to default (only) branch that I thought might
> improve runtime performance, but actually it made it worse. I could
> 'backout', but I'd like to just keep it around for reference. What do you
> suggest so that the history shows this but it is no longer the 'tip'?
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20190305/9ebede2b/attachment-0002.html>
More information about the Mercurial
mailing list