The command hg log -v -r 2:5 can be used to see details on changesets 2/3/4/5 - is there a similar way you can view changeset details on JUST changesets 2 and 5?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Use separate
It will give you the log entries in the same order you specify rev numbers. Here's a test which demonstrates this:
Now run
Notice there's no mention of the file |
|||||||
|