##// END OF EJS Templates
log: reorganize if-else and for loop in logcmdutil._makematcher()...
log: reorganize if-else and for loop in logcmdutil._makematcher() The test conditions are branchy depending on --follow and --rev options, so it should be better to switch first by --follow --rev. Note that revs is not empty so "if follow and startctxs" can be replaced with "if follow and opts.get(b'rev')".

File last commit:

r45863:f55c47f4 default
r46043:a03fde10 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer