comparison tests/test-tag @ 2641:46182568b4ce

change 'hg tag' to tag the parent rev instead of tip
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 21 Jul 2006 01:40:07 +0200
parents 7544700fd931
children d69b1fb111b9
comparison
equal deleted inserted replaced
2640:02b6fa7bbfbf 2641:46182568b4ce
17 hg tag -l -d "1000000 0" "bleah1" 1 17 hg tag -l -d "1000000 0" "bleah1" 1
18 18
19 cat .hgtags 19 cat .hgtags
20 cat .hg/localtags 20 cat .hg/localtags
21 21
22 hg update 0
23 hg tag -d "1000000 0" "foobar"
24 cat .hgtags
25 cat .hg/localtags
26
22 hg tag -l 'xx 27 hg tag -l 'xx
23 newline' 28 newline'
24 hg tag -l 'xx:xx' 29 hg tag -l 'xx:xx'
25 true 30 true