##// END OF EJS Templates
mq: fix opts['unified'] = '0' to take effect when qdiff --stat...
mq: fix opts['unified'] = '0' to take effect when qdiff --stat `opts['unified'] = '0'` tries to reduce the number of lines to be processed by patch.diffstat, but here it does not affect diffopts, thus it does not make sense. Instead, we can change `diffopts.context` directly. Added test case for qdiff --stat.

File last commit:

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