hgbook
view it/examples/branch-named.commit.it @ 1025:3013064edcf7
Adding french in translation list
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Wed Apr 21 17:09:27 2010 +0200 (2010-04-21) |
parents | 713f0f69029a 5bbebcdfb533 |
children |
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 -->