hgbook
view it/examples/branch-named.commit.it @ 1088:0f4b18eb86c4
2.5 0 first 2 para ,1 fuzzy
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Sun Nov 22 21:24:19 2009 -0500 (2009-11-22) |
parents | 7252e7b7f07d |
children | 719b03ea27c8 |
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 ramo: foo
7 etichetta: tip
8 utente: Bryan O'Sullivan <bos@serpentine.com>
9 data: Fri Jun 05 15:48:59 2009 +0000
10 sommario: Secondo commit.
12 </screen>
13 <!-- END branch-named.commit -->