In Mercurial it's possible to hg status only the modified/added/removed files by doing:
hg st -m
hg st -a
hg st -r
Is it possible to obtain the same behaviour for the diff command? From the man page, it seems not.
|
In Mercurial it's possible to
Is it possible to obtain the same behaviour for the
| ||||
|
feedback
|
|
One option would be to use something like this:
The | |||||||||||
feedback
|