hgbook
view it/examples/branching.tag.it @ 977:719b03ea27c8
merge with Italian, and very (few) work on ch03
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Fri Sep 04 16:33:46 2009 +0200 (2009-09-04) |
parents | 713f0f69029a 0a49072e8c7f |
children |
line source
1 <!-- BEGIN branching.tag -->
2 <screen><prompt>$</prompt> <userinput>hg tag v1.0</userinput>
3 <prompt>$</prompt> <userinput>hg tip</userinput>
4 changeset: 1:be452d95a1d0
5 etichetta: tip
6 utente: Bryan O'Sullivan <bos@serpentine.com>
7 data: Fri Jun 05 15:49:15 2009 +0000
8 sommario: Aggiunta l'etichetta v1.0 per il changeset c93791f54ca9
10 <prompt>$</prompt> <userinput>hg tags</userinput>
11 tip 1:be452d95a1d0
12 v1.0 0:c93791f54ca9
13 </screen>
14 <!-- END branching.tag -->