Is there a way to generate a diff in mercurial that only gives the file names? I'd like to do something like
diff -r 1 --file-names-only
and get something like
+AddedFile.java
-RemovedFile.java
/ChangedFile.java
/AnotherChangedFile.java
This should do the trick
hg status --rev revision1:revision2
Where revision1 and revision2 can be a changeset, tag etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With