hgbook

view it/examples/branch-named.update-switchy.it @ 999:a6b81cd31cfd

adding complete.xml - which generated but Bryan did add it also - as I have absolutly no personnality I do as he does
author Romain PELISSE <belaran@gmail.com>
date Sat Sep 12 20:53:36 2009 +0200 (2009-09-12)
parents 713f0f69029a 7252e7b7f07d
children
line source
1 <!-- BEGIN branch-named.update-switchy -->
2 <screen><prompt>$</prompt> <userinput>hg update foo</userinput>
3 0 file aggiornati, 0 file uniti, 1 file rimossi, 0 file irrisolti
4 <prompt>$</prompt> <userinput>hg parents</userinput>
5 changeset: 1:b15761055392
6 ramo: foo
7 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
8 data: Fri Jun 05 15:48:59 2009 +0000
9 sommario: Secondo commit.
11 <prompt>$</prompt> <userinput>hg update bar</userinput>
12 1 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
13 <prompt>$</prompt> <userinput>hg parents</userinput>
14 changeset: 2:4dce38140953
15 ramo: bar
16 etichetta: tip
17 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
18 data: Fri Jun 05 15:49:00 2009 +0000
19 sommario: Terzo commit.
21 </screen>
22 <!-- END branch-named.update-switchy -->