diff tests/test-tags @ 2966:fb493241d7f6

Only show long hashes with --debug, not --verbose
author Matt Mackall <mpm@selenic.com>
date Sun, 20 Aug 2006 22:51:56 -0500
parents dbdce3b99988
children 7f7425306925
line wrap: on
line diff
--- a/tests/test-tags	Sun Aug 20 21:59:51 2006 -0500
+++ b/tests/test-tags	Sun Aug 20 22:51:56 2006 -0500
@@ -9,7 +9,7 @@
 hg commit -m "test" -d "1000000 0"
 hg co
 hg identify
-T=`hg tip -v | head -n 1 | cut -d : -f 3`
+T=`hg tip --debug | head -n 1 | cut -d : -f 3`
 echo "$T first" > .hgtags
 cat .hgtags
 hg add .hgtags