hgbook

diff it/examples/branch-named.rebranch.it @ 976:713f0f69029a

merge with Italian, and very (few) work on ch03
author Romain PELISSE <belaran@gmail.com>
date Fri Sep 04 16:33:35 2009 +0200 (2009-09-04)
parents
children 719b03ea27c8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/branch-named.rebranch.it	Fri Sep 04 16:33:35 2009 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!-- BEGIN branch-named.rebranch -->
     1.5 +<screen><prompt>$</prompt> <userinput>hg branch</userinput>
     1.6 +foo
     1.7 +<prompt>$</prompt> <userinput>hg branch bar</userinput>
     1.8 +la directory di lavoro รจ stata contrassegnata come ramo bar
     1.9 +<prompt>$</prompt> <userinput>echo nuovo file &gt; nuovofile</userinput>
    1.10 +<prompt>$</prompt> <userinput>hg commit -A -m "Terzo commit."</userinput>
    1.11 +aggiungo nuovofile
    1.12 +<prompt>$</prompt> <userinput>hg tip</userinput>
    1.13 +changeset:   2:4dce38140953
    1.14 +ramo:        bar
    1.15 +etichetta:   tip
    1.16 +utente:      Bryan O'Sullivan &lt;bos@serpentine.com&gt;
    1.17 +data:        Fri Jun 05 15:49:00 2009 +0000
    1.18 +sommario:    Terzo commit.
    1.19 +
    1.20 +</screen>
    1.21 +<!-- END branch-named.rebranch -->