view en/examples/tag.replace.out @ 607:c054534808e6

translated a bunch of definitions, index entries and latex commands
author Javier Rojas <jerojasro@devnull.li>
date Mon, 12 Jan 2009 16:46:25 -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