hgbook

view it/examples/branch-named.update-switchy.it @ 1056:880bc582a43d

cvs and performance translation refined
author zhaopingsun
date Tue Nov 10 20:09:09 2009 -0500 (2009-11-10)
parents 5b79834be9a6
children 719b03ea27c8
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 -->