comparison tests/test-mq-qpush-fail @ 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 17f5d2069551
children 51c29aec0b75
comparison
equal deleted inserted replaced
8166:56719b1aa6f4 8167:6c82beaaa11a
7 7
8 hg init repo 8 hg init repo
9 cd repo 9 cd repo
10 10
11 echo foo > foo 11 echo foo > foo
12 hg ci -Am 'add foo' -d '0 0' 12 hg ci -Am 'add foo'
13 13
14 touch untracked-file 14 touch untracked-file
15 echo 'syntax: glob' > .hgignore 15 echo 'syntax: glob' > .hgignore
16 echo '.hgignore' >> .hgignore 16 echo '.hgignore' >> .hgignore
17 17