##// END OF EJS Templates
log: remove an unnecessary "and opts.get('rev')" condition...
log: remove an unnecessary "and opts.get('rev')" condition As Yuya pointed out, the condition is unnecessary since revs.isdescending() would be true if --follow without --rev. Differential Revision: https://phab.mercurial-scm.org/D6372

File last commit:

r42457:0ed293a3 default
r42495:9bf64557 default
Show More
next
14 lines | 256 B | text/plain | TextLexer
== New Features ==
* New config `commands.commit.post-status` shows status after successful
commit.
== Bug Fixes ==
== Backwards Compatibility Changes ==
== Internal API Changes ==
* Matchers are no longer iterable. Use `match.files()` instead.