how to quickly tell which files differ in mercurial revisions -
It looks like it should be clear, but I can not understand it.
Suppose I have a sweet revision 4 and 7 and I want to see which files were changed between those amendments. I can do a hg diff -r 4 -r 7 to completely set diffs ... is there a way to list only those files that have changed?
hg status --rev 4: 7
Comments
Post a Comment