changes in a branch
Bela Babik
teki321 at gmail.com
Mon Jul 23 04:28:47 UTC 2007
Hi,
are there an easier way to see what has been changed in my current branch?
I know how to check against another branch's latest version:
# hg status --rev head
But I am regularly updating my head branch without merging all my working ones.
A bash version of the thing:
# x=head;for p in $(hg parents --rev $(hg identify -i) --template
{parents}); do pb=$(hg log -r $p --template {branches}); if [ "0$pb"
==
"0$x" ]; then xid=${act#*:}; break;fi;done;hg status --rev $xid
--
teki
More information about the Mercurial
mailing list