comparison 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
comparison
equal deleted inserted replaced
4214:caff92047e87 4215:e29f2db5ab18
61 hg commit -m "head" -d "1000000 0" 61 hg commit -m "head" -d "1000000 0"
62 62
63 hg tags 63 hg tags
64 hg tip 64 hg tip
65 65
66 # tags from later heads override previous ones 66 # test tag precedence rules
67 cd .. 67 cd ..
68 hg init t2 68 hg init t2
69 cd t2 69 cd t2
70 echo foo > foo 70 echo foo > foo
71 hg add foo 71 hg add foo