##// END OF EJS Templates
tests: new test for mq qdiff command...
tests: new test for mq qdiff command `hg qdiff .' is supposed to work but it is currently broken. This test should help us verify when it gets fixed.

File last commit:

r2916:8ca608c1 default
r2916:8ca608c1 default
Show More
test-mq-qdiff.out
19 lines | 245 B | text/plain | TextLexer
% 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