comparison tests/test-tags @ 4217:3be4785f8994

tags: add --remove
author Matt Mackall <mpm@selenic.com>
date Wed, 14 Mar 2007 19:13:04 -0500
parents e29f2db5ab18
children fe7f38dda34b
comparison
equal deleted inserted replaced
4216:6c0be67c2b27 4217:3be4785f8994
77 hg tag -r 1 -d '1000000 0' bar # rev 3 77 hg tag -r 1 -d '1000000 0' bar # rev 3
78 hg up -C 1 78 hg up -C 1
79 echo >> foo 79 echo >> foo
80 hg ci -m 'change foo 2' -d '1000000 0' # rev 4 80 hg ci -m 'change foo 2' -d '1000000 0' # rev 4
81 hg tags 81 hg tags
82
83 hg tag --remove -d '1000000 0' bar
84 hg tip
85 hg tags