view en/examples/tag.replace.out @ 219:15a6fd2ba582

Start talking about the advantages of distributed tools.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 14 May 2007 11:20:34 -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