tests/test-tags
changeset 4215 e29f2db5ab18
parent 4143 26314500a5e1
child 4217 3be4785f8994
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