##// END OF EJS Templates
scmutil: switch match users to supplying contexts...
scmutil: switch match users to supplying contexts The most appropriate context is not always clearly defined. The obvious cases: For working directory commands, we use None For commands (eg annotate) with single revs, we use that revision The less obvious cases: For commands (eg status, diff) with a pair of revs, we use the second revision For commands that take a range (like log), we use None

File last commit:

r1360:7d439981 default
r14671:35c2cc32 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder