comparison tests/test-filebranch.out @ 12156:4c94b6d0fb1c

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.
author Martin Geisler <mg@lazybytes.net>
date Thu, 02 Sep 2010 23:22:51 +0200
parents a3d73b3e1f8a
children
comparison
equal deleted inserted replaced
12155:94ad12aa0530 12156:4c94b6d0fb1c
20 (branch merge, don't forget to commit) 20 (branch merge, don't forget to commit)
21 we shouldn't have anything but foo in merge state here 21 we shouldn't have anything but foo in merge state here
22 m 644 3 foo 22 m 644 3 foo
23 main: we should have a merge here 23 main: we should have a merge here
24 rev offset length base linkrev nodeid p1 p2 24 rev offset length base linkrev nodeid p1 p2
25 0 0 77 0 0 c36078bec30d 000000000000 000000000000 25 0 0 73 0 0 cdca01651b96 000000000000 000000000000
26 1 77 73 1 1 182b283965f1 c36078bec30d 000000000000 26 1 73 68 1 1 f6718a9cb7f3 cdca01651b96 000000000000
27 2 150 71 2 2 a6aef98656b7 c36078bec30d 000000000000 27 2 141 68 2 2 bdd988058d16 cdca01651b96 000000000000
28 3 221 72 3 3 0c2cc6fc80e2 182b283965f1 a6aef98656b7 28 3 209 66 3 3 d8a521142a3c f6718a9cb7f3 bdd988058d16
29 log should show foo and quux changed 29 log should show foo and quux changed
30 changeset: 3:0c2cc6fc80e2 30 changeset: 3:d8a521142a3c
31 tag: tip 31 tag: tip
32 parent: 1:182b283965f1 32 parent: 1:f6718a9cb7f3
33 parent: 2:a6aef98656b7 33 parent: 2:bdd988058d16
34 user: test 34 user: test
35 date: Mon Jan 12 13:46:40 1970 +0000 35 date: Thu Jan 01 00:00:00 1970 +0000
36 files: foo quux 36 files: foo quux
37 description: 37 description:
38 merge 38 merge
39 39
40 40