tests/test-tags
changeset 925 5a034646e472
parent 814 0902ffece4b4
child 1933 7544700fd931
--- a/tests/test-tags
+++ b/tests/test-tags
@@ -9,7 +9,7 @@ hg add a
 hg commit -m "test" -d "0 0"
 hg co
 hg identify
-T=`hg -q tip | cut -d : -f 2`
+T=`hg tip -v | head -n 1 | cut -d : -f 3`
 echo "$T first" > .hgtags
 cat .hgtags
 hg add .hgtags