hgbook
diff it/examples/branch-named.rebranch.it @ 804:16c50eea5366
Minor changes and translation of code snippets for Ch.14.
author | Giulio@puck |
---|---|
date | Sat Aug 15 03:01:38 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.rebranch.it Sat Aug 15 03:01:38 2009 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +<!-- BEGIN branch-named.rebranch --> 1.5 +<screen><prompt>$</prompt> <userinput>hg branch</userinput> 1.6 +foo 1.7 +<prompt>$</prompt> <userinput>hg branch bar</userinput> 1.8 +la directory di lavoro รจ stata segnata come ramo bar 1.9 +<prompt>$</prompt> <userinput>echo nuovo file > nuovofile</userinput> 1.10 +<prompt>$</prompt> <userinput>hg commit -A -m 'Terzo commit.'</userinput> 1.11 +aggiungo nuovofile 1.12 +<prompt>$</prompt> <userinput>hg tip</userinput> 1.13 +changeset: 2:4dce38140953 1.14 +branch: bar 1.15 +tag: tip 1.16 +user: Bryan O'Sullivan <bos@serpentine.com> 1.17 +date: Fri Jun 05 15:49:00 2009 +0000 1.18 +summary: Terzo commit. 1.19 + 1.20 +</screen> 1.21 +<!-- END branch-named.rebranch -->