hgbook
view it/examples/branch-named.commit.it @ 797:26b05b7dd445
Minor changes and translation of code snippets for Ch.10.
author | Giulio@puck |
---|---|
date | Thu Aug 13 18:57:50 2009 +0200 (2009-08-13) |
parents | |
children | 7252e7b7f07d |
line source
1 <!-- BEGIN branch-named.commit -->
2 <screen><prompt>$</prompt> <userinput>echo 'ancora ciao' >> miofile</userinput>
3 <prompt>$</prompt> <userinput>hg commit -m 'Secondo commit.'</userinput>
4 <prompt>$</prompt> <userinput>hg tip</userinput>
5 changeset: 1:b15761055392
6 branch: foo
7 tag: tip
8 user: Bryan O'Sullivan <bos@serpentine.com>
9 date: Fri Jun 05 15:48:59 2009 +0000
10 summary: Secondo commit.
12 </screen>
13 <!-- END branch-named.commit -->