comparison tests/test-bookmarks-rebase @ 8168:8766fee6f225

tests: removed redundant "-u test" from test scripts The tests are executed with a .hgrc file which adds "-u test" by default.
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 14:49:49 +0200
parents 6c82beaaa11a
children b345b1cc124f
comparison
equal deleted inserted replaced
8167:6c82beaaa11a 8168:8766fee6f225
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 -u test -m "0" 17 hg ci -A -m "0"
18 18
19 echo 'b' > b 19 echo 'b' > b
20 hg ci -A -u test -m "1" 20 hg ci -A -m "1"
21 21
22 hg up 0 22 hg up 0
23 echo 'c' > c 23 echo 'c' > c
24 hg ci -A -u test -m "2" 24 hg ci -A -m "2"
25 25
26 echo 'd' > d 26 echo 'd' > d
27 hg ci -A -u test -m "3" 27 hg ci -A -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