Mercurial > hg
comparison tests/test-addremove @ 1933:7544700fd931
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Some systems show "Thu Jan 01" instead of "Thu Jan 1", which breaks tests.
Using "1000000" yields "Mon Jan 12 13:46:40 1970", which looks the same on
all systems.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 13 Mar 2006 13:05:41 +0100 |
parents | eef8ff46567a |
children | ff3ea21a981a |
comparison
equal
deleted
inserted
replaced
1932:82995896d5af | 1933:7544700fd931 |
---|---|
3 hg init rep | 3 hg init rep |
4 cd rep | 4 cd rep |
5 mkdir dir | 5 mkdir dir |
6 touch foo dir/bar | 6 touch foo dir/bar |
7 hg -v addremove | 7 hg -v addremove |
8 hg -v commit -m "add 1" -d "0 0" | 8 hg -v commit -m "add 1" -d "1000000 0" |
9 cd dir/ | 9 cd dir/ |
10 touch ../foo_2 bar_2 | 10 touch ../foo_2 bar_2 |
11 hg -v addremove | 11 hg -v addremove |
12 hg -v commit -m "add 2" -d "0 0" | 12 hg -v commit -m "add 2" -d "1000000 0" |