view en/examples/tag.replace.out @ 433:83790457e85b

modifications to generate the examples for the book
author jerojasro@localhost
date Sat, 18 Oct 2008 12:07:16 -0500
parents b0d1aec44945
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