Mercurial > hg
comparison tests/test-bookmarks-rebase @ 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 | 98408cb74137 |
children | 8766fee6f225 |
comparison
equal
deleted
inserted
replaced
8166:56719b1aa6f4 | 8167:6c82beaaa11a |
---|---|
12 | 12 |
13 echo % initialize repository | 13 echo % initialize repository |
14 hg init | 14 hg init |
15 | 15 |
16 echo 'a' > a | 16 echo 'a' > a |
17 hg ci -A -d '0 0' -u test -m "0" | 17 hg ci -A -u test -m "0" |
18 | 18 |
19 echo 'b' > b | 19 echo 'b' > b |
20 hg ci -A -d '0 0' -u test -m "1" | 20 hg ci -A -u test -m "1" |
21 | 21 |
22 hg up 0 | 22 hg up 0 |
23 echo 'c' > c | 23 echo 'c' > c |
24 hg ci -A -d '0 0' -u test -m "2" | 24 hg ci -A -u test -m "2" |
25 | 25 |
26 echo 'd' > d | 26 echo 'd' > d |
27 hg ci -A -d '0 0' -u test -m "3" | 27 hg ci -A -u test -m "3" |
28 | 28 |
29 hg bookmark -r 1 one | 29 hg bookmark -r 1 one |
30 hg bookmark -r 3 two | 30 hg bookmark -r 3 two |
31 | 31 |
32 echo % bookmark list | 32 echo % bookmark list |