hgbook
view it/examples/branch-named.update-switchy.it @ 1032:a55f319bcc67
Merge with Romain Pelisse
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sat Jul 10 06:24:49 2010 +0100 (2010-07-10) |
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 <bos@serpentine.com>
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 <bos@serpentine.com>
18 data: Fri Jun 05 15:49:00 2009 +0000
19 sommario: Terzo commit.
21 </screen>
22 <!-- END branch-named.update-switchy -->