hgbook

diff it/examples/tag.replace.it @ 897:e917517d1ef9

White background not needed for body if content is wrapped into .chapter.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 12:43:43 2009 +0100 (2009-10-26)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/tag.replace.it	Mon Oct 26 12:43:43 2009 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<!-- BEGIN tag.replace -->
     1.5 +<screen><prompt>$</prompt> <userinput>hg tag -r 1 v1.1</userinput>
     1.6 +<prompt>$</prompt> <userinput>hg tags</userinput>
     1.7 +tip                                4:2f0219ae190a
     1.8 +v1.1                               1:87dee45bf6ec
     1.9 +<prompt>$</prompt> <userinput>hg tag -r 2 v1.1</userinput>
    1.10 +fallimento: l'etichetta 'v1.1' esiste giĆ  (usate -f per forzare)
    1.11 +<prompt>$</prompt> <userinput>hg tag -f -r 2 v1.1</userinput>
    1.12 +<prompt>$</prompt> <userinput>hg tags</userinput>
    1.13 +tip                                5:9a0bd94354ec
    1.14 +v1.1                               2:35418c351c2b
    1.15 +</screen>
    1.16 +<!-- END tag.replace -->