hgbook
diff it/examples/branch-named.update-switchy.it @ 805:c35067358254
Minor adjustments to code snippets for diffs and temporary directory.
author | Giulio@puck |
---|---|
date | Sat Aug 15 03:10:19 2009 +0200 (2009-08-15) |
parents | |
children | 7252e7b7f07d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/branch-named.update-switchy.it Sat Aug 15 03:10:19 2009 +0200 1.3 @@ -0,0 +1,22 @@ 1.4 +<!-- BEGIN branch-named.update-switchy --> 1.5 +<screen><prompt>$</prompt> <userinput>hg update foo</userinput> 1.6 +0 file aggiornati, 0 file uniti, 1 file rimossi, 0 file irrisolti 1.7 +<prompt>$</prompt> <userinput>hg parents</userinput> 1.8 +changeset: 1:b15761055392 1.9 +branch: foo 1.10 +user: Bryan O'Sullivan <bos@serpentine.com> 1.11 +date: Fri Jun 05 15:48:59 2009 +0000 1.12 +summary: Secondo commit. 1.13 + 1.14 +<prompt>$</prompt> <userinput>hg update bar</userinput> 1.15 +1 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti 1.16 +<prompt>$</prompt> <userinput>hg parents</userinput> 1.17 +changeset: 2:4dce38140953 1.18 +branch: bar 1.19 +tag: tip 1.20 +user: Bryan O'Sullivan <bos@serpentine.com> 1.21 +date: Fri Jun 05 15:49:00 2009 +0000 1.22 +summary: Terzo commit. 1.23 + 1.24 +</screen> 1.25 +<!-- END branch-named.update-switchy -->