Mercurial > hg-stable
diff tests/test-convert-hg-sink @ 8167:6c82beaaa11a
tests: removed redundant "-d '0 0'" from test scripts
The tests are executed with a .hgrc file which adds "-d '0 0'" by
default.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Apr 2009 14:29:02 +0200 |
parents | 61fdf2558c0a |
children | 68e0a55eee6e |
line wrap: on
line diff
--- a/tests/test-convert-hg-sink Sun Apr 26 11:49:17 2009 +0200 +++ b/tests/test-convert-hg-sink Sun Apr 26 14:29:02 2009 +0200 @@ -11,16 +11,16 @@ cd orig echo foo > foo echo bar > bar -hg ci -qAm 'add foo and bar' -d '0 0' +hg ci -qAm 'add foo and bar' hg rm foo -hg ci -m 'remove foo' -d '0 0' +hg ci -m 'remove foo' mkdir foo echo file > foo/file -hg ci -qAm 'add foo/file' -d '0 0' +hg ci -qAm 'add foo/file' -hg tag -d '0 0' some-tag +hg tag some-tag hg log cd ..