diff tests/test-remove @ 3199:096f1c73cdc3

Add -D/--nodates options to hg diff/export that removes dates from diff headers and replace uses of sed in the tests with --nodates.
author Stephen Darnell <stephen@darnell.plus.com>
date Tue, 26 Sep 2006 00:05:24 +0100
parents 890e285c52a1
children 9770d260a405
line wrap: on
line diff
--- a/tests/test-remove	Fri Sep 29 23:14:22 2006 +0200
+++ b/tests/test-remove	Tue Sep 26 00:05:24 2006 +0100
@@ -13,8 +13,8 @@
 rm foo
 hg remove --after
 hg commit -m 2 -d "1000000 0"
-hg export 0
-hg export 1
+hg export --nodates 0
+hg export --nodates 1
 hg log -p -r 0
 hg log -p -r 1