hgbook

changeset 300:b0d1aec44945

Fix sample output for test 'tag'.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:56:16 2008 +0200 (2008-08-20)
parents 2936cb7eae7a
children c36a6f534b99
files en/examples/tag.replace.out
line diff
     1.1 --- a/en/examples/tag.replace.out	Wed Aug 20 21:55:35 2008 +0200
     1.2 +++ b/en/examples/tag.replace.out	Wed Aug 20 21:56:16 2008 +0200
     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