view en/examples/tag.replace.out @ 241:09d5897ad935

Fix a few more errors in the index.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 27 May 2007 09:57:17 -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