hgbook

diff it/examples/branch-named.rebranch.it @ 796:a983cf614c9d

Miscellaneous changes.
author Giulio@puck
date Thu Aug 13 14:23:29 2009 +0200 (2009-08-13)
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	Thu Aug 13 14:23:29 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 &gt; 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 &lt;bos@serpentine.com&gt;
    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 -->