$ hg tag -r [revision] [name] e.g. the Vim 7.3.000 candidate(s?) named above $ hg tag -r ee53a39d5896 v7-3-000 $ hg tag -r 2a2ad267db08 v7-3-000
Obviously you only do one of those. Hg doesn't have any weird multiple/indeterminate tagging thing (thankfully!) :-) Note that the way this is implemented is by means of a versioned .hgtags file in the root of your repository, so it is automatically shared between all repositories like any other versioned file. Ben. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
