##// END OF EJS Templates
tests: remove unneeded -d flags...
tests: remove unneeded -d flags Many tests fixed the commit date of their changesets at '1000000 0' or similar. However testing with "Mon Jan 12 13:46:40 1970 +0000" is not better than testing with "Thu Jan 01 00:00:00 1970 +0000", which is the default run-tests.py installs. Removing the unnecessary flag removes some clutter and will hopefully make it clearer what the tests are really trying to test. Some tests did not even change their output when the dates were changed, in which case the -d flag was truly irrelevant. Dates used in sequence (such as '0 0', '1 0', etc...) were left alone since they may make the test easier to understand.

File last commit:

r10397:8cb81d75 default
r12156:4c94b6d0 default
Show More
test-mq-qfold.out
70 lines | 787 B | text/plain | TextLexer
/ tests / test-mq-qfold.out
Patrick Mezard
Add tests for qfold
r8426 % init
adding a
% fold in the middle of the queue
Mads Kiilerich
mq: qpop now tells which patches are popped...
r9110 popping p3
popping p2
Patrick Mezard
Add tests for qfold
r8426 now at: p1
--- a/a
+++ b/a
@@ -1,1 +1,2 @@
a
+a
p1
p3
--- a/a
+++ b/a
@@ -1,1 +1,3 @@
a
+a
+b
% fold with local changes
abort: local changes found, refresh first
--- a/a
+++ b/a
@@ -1,1 +1,3 @@
a
+a
+b
Patrick Mezard
mq: preserve --git flag when folding patches...
r10186 reverting a
% fold git patch into a regular patch, expect git patch
popping git
now at: regular
Steve Losh
mq: add parent node IDs to MQ patches on qrefresh/qnew...
r10397 # HG changeset patch
# Parent
Patrick Mezard
mq: preserve --git flag when folding patches...
r10186 diff --git a/a b/a
--- a/a
+++ b/a
@@ -1,3 +1,4 @@
a
a
b
+a
diff --git a/a b/aa
copy from a
copy to aa
--- a/a
+++ b/aa
@@ -1,3 +1,4 @@
a
a
b
+a
popping regular
now at: p1
% fold regular patch into a git patch, expect git patch
popping regular
now at: git
Steve Losh
mq: add parent node IDs to MQ patches on qrefresh/qnew...
r10397 # HG changeset patch
# Parent
Patrick Mezard
mq: preserve --git flag when folding patches...
r10186 diff --git a/a b/aa
copy from a
copy to aa
--- a/a
+++ b/aa
@@ -1,3 +1,4 @@
a
a
b
+b