hgbook

annotate 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
rev   line source
belaran@976 1 <!-- BEGIN branch-named.update-switchy -->
belaran@976 2 <screen><prompt>$</prompt> <userinput>hg update foo</userinput>
belaran@976 3 0 file aggiornati, 0 file uniti, 1 file rimossi, 0 file irrisolti
belaran@976 4 <prompt>$</prompt> <userinput>hg parents</userinput>
belaran@976 5 changeset: 1:b15761055392
belaran@976 6 ramo: foo
belaran@976 7 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
belaran@976 8 data: Fri Jun 05 15:48:59 2009 +0000
belaran@976 9 sommario: Secondo commit.
belaran@976 10
belaran@976 11 <prompt>$</prompt> <userinput>hg update bar</userinput>
belaran@976 12 1 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
belaran@976 13 <prompt>$</prompt> <userinput>hg parents</userinput>
belaran@976 14 changeset: 2:4dce38140953
belaran@976 15 ramo: bar
belaran@976 16 etichetta: tip
belaran@976 17 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
belaran@976 18 data: Fri Jun 05 15:49:00 2009 +0000
belaran@976 19 sommario: Terzo commit.
belaran@976 20
belaran@976 21 </screen>
belaran@976 22 <!-- END branch-named.update-switchy -->