##// END OF EJS Templates
patch: return list of modified files even when an exception is raised...
patch: return list of modified files even when an exception is raised The file list is passed in as an argument and updated in place. This fixes issue399.

File last commit:

r2916:8ca608c1 default
r3465:2d35a8d2 default
Show More
test-mq-qdiff.out
19 lines | 245 B | text/plain | TextLexer
/ tests / test-mq-qdiff.out
Giorgos Keramidas
tests: new test for mq qdiff command...
r2916 % init
% commit
adding base
% qnew mqbase
% qrefresh
% qdiff
diff -r 67e992f2c4f3 base
--- a/base
+++ b/base
@@ -1,1 +1,1 @@ base
-base
+patched
% qdiff dirname
diff -r 67e992f2c4f3 base
--- a/base
+++ b/base
@@ -1,1 +1,1 @@ base
-base
+patched