hgbook

diff en/examples/tag.replace.out @ 332:d13a05515acf

Fixing problem on bisect that inhibits building with mercurial 1.0 or later
author Igor Támara <igor@tamarapatino.org>
date Sat Oct 18 06:02:21 2008 -0500 (2008-10-18)
parents 4237e45506ee
children
line diff
     1.1 --- a/en/examples/tag.replace.out	Mon Apr 16 16:11:24 2007 -0700
     1.2 +++ b/en/examples/tag.replace.out	Sat Oct 18 06:02:21 2008 -0500
     1.3 @@ -3,7 +3,7 @@
     1.4  tip                                
     1.5  v1.1                               
     1.6  $ \textbf{hg tag -r 2 v1.1}
     1.7 -abort: a tag named v1.1 already exists (use -f to force)
     1.8 +abort: tag 'v1.1' already exists (use -f to force)
     1.9  $ \textbf{hg tag -f -r 2 v1.1}
    1.10  $ \textbf{hg tags}
    1.11  tip