diff tests/test-tags @ 4215:e29f2db5ab18

Make the tags algorithm smarter
author Matt Mackall <mpm@selenic.com>
date Wed, 14 Mar 2007 18:47:29 -0500
parents 26314500a5e1
children 3be4785f8994
line wrap: on
line diff
--- a/tests/test-tags
+++ b/tests/test-tags
@@ -63,7 +63,7 @@ hg commit -m "head" -d "1000000 0"
 hg tags
 hg tip
 
-# tags from later heads override previous ones
+# test tag precedence rules
 cd ..
 hg init t2
 cd t2