hgbook
diff it/examples/branch-named.update-switchy.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.update-switchy.it Fri Sep 04 16:33:35 2009 +0200 1.3 @@ -0,0 +1,22 @@ 1.4 +<!-- BEGIN branch-named.update-switchy --> 1.5 +<screen><prompt>$</prompt> <userinput>hg update foo</userinput> 1.6 +0 file aggiornati, 0 file uniti, 1 file rimossi, 0 file irrisolti 1.7 +<prompt>$</prompt> <userinput>hg parents</userinput> 1.8 +changeset: 1:b15761055392 1.9 +ramo: foo 1.10 +utente: Bryan O'Sullivan <bos@serpentine.com> 1.11 +data: Fri Jun 05 15:48:59 2009 +0000 1.12 +sommario: Secondo commit. 1.13 + 1.14 +<prompt>$</prompt> <userinput>hg update bar</userinput> 1.15 +1 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti 1.16 +<prompt>$</prompt> <userinput>hg parents</userinput> 1.17 +changeset: 2:4dce38140953 1.18 +ramo: bar 1.19 +etichetta: tip 1.20 +utente: Bryan O'Sullivan <bos@serpentine.com> 1.21 +data: Fri Jun 05 15:49:00 2009 +0000 1.22 +sommario: Terzo commit. 1.23 + 1.24 +</screen> 1.25 +<!-- END branch-named.update-switchy -->