##// 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:

r9599:f3404b7f merge default
r12156:4c94b6d0 default
Show More
test-mq-qpush-fail.out
38 lines | 987 B | text/plain | TextLexer
/ tests / test-mq-qpush-fail.out
Alexis S. L. Carvalho
mq: test that qpush cleans things up when it fails
r4658 adding foo
Adrian Buehlmann
mq: eliminate warning on qpush with empty series...
r8795 % test qpush on empty series
no patches in series
Mads Kiilerich
mq: qpop now tells which patches are popped...
r9110 popping bad-patch
popping patch2
popping patch1
Martin Geisler
mq: lowercase output...
r7627 patch queue now empty
Alexis S. L. Carvalho
mq: test that qpush cleans things up when it fails
r4658 applying patch1
applying patch2
applying bad-patch
transaction abort!
rollback completed
cleaning up working directory...done
abort: decoding near '�': 'ascii' codec can't decode byte 0xe9 in position 0: ordinal not in range(128)!
changeset: 0:bbd179dfa0a7
tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: add foo
% bar should be gone; other unknown/ignored files should still be around
? untracked-file
I .hgignore
Matt Mackall
Backed out changeset c2a21fe60994...
r5764 C foo
Dirkjan Ochtman
mq: fix error message for qpush inexistent-patch (issue1702)
r8875 % preparing qpush of a missing patch
no patches applied
applying patch1
now at: patch1
% now we expect the push to fail, but it should NOT complain about patch1
applying patch2
unable to read patch2
now at: patch1
Benoit Allard
mq: fix traceback for qpush inexistant-patch with no patch applied
r9590 % preparing qpush of missing patch with no patch applied
Martin Geisler
Merge with crew-stable
r9599 popping patch1
Benoit Allard
mq: fix traceback for qpush inexistant-patch with no patch applied
r9590 patch queue now empty
% qpush should fail the same way as below
applying patch1
unable to read patch1