hgbook

view it/examples/branch-named.update-switchy.it @ 836:11a6ba60bb9e

Final editing for chapters 0-3.
author gpiancastelli
date Wed Aug 19 19:39:24 2009 +0200 (2009-08-19)
parents
children 7252e7b7f07d
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 branch: foo
7 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
8 date: Fri Jun 05 15:48:59 2009 +0000
9 summary: 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 branch: bar
16 tag: tip
17 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
18 date: Fri Jun 05 15:49:00 2009 +0000
19 summary: Terzo commit.
21 </screen>
22 <!-- END branch-named.update-switchy -->