diff 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
line wrap: on
line diff
--- a/tests/test-tag
+++ b/tests/test-tag
@@ -19,6 +19,11 @@ hg tag -l -d "1000000 0" "bleah1" 1
 cat .hgtags
 cat .hg/localtags
 
+hg update 0
+hg tag -d "1000000 0" "foobar"
+cat .hgtags
+cat .hg/localtags
+
 hg tag -l 'xx
 newline'
 hg tag -l 'xx:xx'