how to find out in hg which revision am I working with currently?
$ hg id
19acac49f380 <- well, you'll get your own string.
and then give that string to
$ hg log | grep 19acac49f380
$ hg id
19acac49f380 <- well, you'll get your own string.
and then give that string to
$ hg log | grep 19acac49f380
No comments:
Post a Comment