hgbook

view it/examples/branch-named.rebranch.it @ 792:5b79834be9a6

Minor changes and translation of code snippets for Ch.8.
author Giulio@puck
date Wed Aug 12 16:44:35 2009 +0200 (2009-08-12)
parents
children 7252e7b7f07d
line source
1 <!-- BEGIN branch-named.rebranch -->
2 <screen><prompt>$</prompt> <userinput>hg branch</userinput>
3 foo
4 <prompt>$</prompt> <userinput>hg branch bar</userinput>
5 la directory di lavoro รจ stata segnata come ramo bar
6 <prompt>$</prompt> <userinput>echo nuovo file &gt; nuovofile</userinput>
7 <prompt>$</prompt> <userinput>hg commit -A -m 'Terzo commit.'</userinput>
8 aggiungo nuovofile
9 <prompt>$</prompt> <userinput>hg tip</userinput>
10 changeset: 2:4dce38140953
11 branch: bar
12 tag: tip
13 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
14 date: Fri Jun 05 15:49:00 2009 +0000
15 summary: Terzo commit.
17 </screen>
18 <!-- END branch-named.rebranch -->