Mercurial > hgbook
view en/examples/tag.replace.out @ 288:cac3ac4536e5
Better wording, again per Jim Blandy.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 18 Jan 2008 12:01:46 -0800 |
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