hgbook

diff it/examples/branching.tag.it @ 812:42e2c9d47ef4

Minor changes and translation of code snippets for Ch.12.
author Giulio@puck
date Sat Aug 15 15:15:39 2009 +0200 (2009-08-15)
parents
children 0a49072e8c7f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/branching.tag.it	Sat Aug 15 15:15:39 2009 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +<!-- BEGIN branching.tag -->
     1.5 +<screen><prompt>$</prompt> <userinput>hg tag v1.0</userinput>
     1.6 +<prompt>$</prompt> <userinput>hg tip</userinput>
     1.7 +changeset:   1:be452d95a1d0
     1.8 +tag:         tip
     1.9 +user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;
    1.10 +date:        Fri Jun 05 15:49:15 2009 +0000
    1.11 +summary:     Aggiunta l'etichetta v1.0 per il changeset c93791f54ca9
    1.12 +
    1.13 +<prompt>$</prompt> <userinput>hg tags</userinput>
    1.14 +tip                                1:be452d95a1d0
    1.15 +v1.0                               0:c93791f54ca9
    1.16 +</screen>
    1.17 +<!-- END branching.tag -->