hgbook
view it/examples/branch-named.update-switchy.it @ 797:26b05b7dd445
Minor changes and translation of code snippets for Ch.10.
author | Giulio@puck |
---|---|
date | Thu Aug 13 18:57:50 2009 +0200 (2009-08-13) |
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 <bos@serpentine.com>
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 <bos@serpentine.com>
18 date: Fri Jun 05 15:49:00 2009 +0000
19 summary: Terzo commit.
21 </screen>
22 <!-- END branch-named.update-switchy -->