diff tests/test-tags @ 925:5a034646e472

run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
author mpm@selenic.com
date Tue, 16 Aug 2005 19:03:01 -0800
parents 0902ffece4b4
children 7544700fd931
line wrap: on
line diff
--- a/tests/test-tags	Tue Aug 16 17:30:41 2005 -0800
+++ b/tests/test-tags	Tue Aug 16 19:03:01 2005 -0800
@@ -9,7 +9,7 @@
 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