Mercurial > hgbook
view en/examples/tag.replace.out @ 215:70e1f8448699
Document some hgweb config options.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 09 May 2007 17:04:06 -0700 |
parents | 4237e45506ee |
children | b0d1aec44945 |
line wrap: on
line source
$ \textbf{hg tag -r 1 v1.1} $ \textbf{hg tags} tip v1.1 $ \textbf{hg tag -r 2 v1.1} abort: a tag named v1.1 already exists (use -f to force) $ \textbf{hg tag -f -r 2 v1.1} $ \textbf{hg tags} tip v1.1