##// 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.
Yuya Nishihara -
r11049:a84f1422 default
Show More
Name Size Modified Last Commit Author
/ hgext / inotify
linux
__init__.py Loading ...
client.py Loading ...
common.py Loading ...
linuxserver.py Loading ...
server.py Loading ...