Mercurial > hgbook
view en/examples/tag.replace.out @ 399:b0d1aec44945
Fix sample output for test 'tag'.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed, 20 Aug 2008 21:56:16 +0200 |
parents | 4237e45506ee |
children |
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: tag 'v1.1' already exists (use -f to force) $ \textbf{hg tag -f -r 2 v1.1} $ \textbf{hg tags} tip v1.1