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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -