hgbook
annotate it/examples/branching.tag.it @ 803:241859e47472
Minor changes and translation of code snippets for Ch.11.
author | Giulio@puck |
---|---|
date | Fri Aug 14 18:01:22 2009 +0200 (2009-08-14) |
parents | |
children | 0a49072e8c7f |
rev | line source |
---|---|
Giulio@798 | 1 <!-- BEGIN branching.tag --> |
Giulio@798 | 2 <screen><prompt>$</prompt> <userinput>hg tag v1.0</userinput> |
Giulio@798 | 3 <prompt>$</prompt> <userinput>hg tip</userinput> |
Giulio@798 | 4 changeset: 1:be452d95a1d0 |
Giulio@798 | 5 tag: tip |
Giulio@798 | 6 user: Bryan O'Sullivan <bos@serpentine.com> |
Giulio@798 | 7 date: Fri Jun 05 15:49:15 2009 +0000 |
Giulio@798 | 8 summary: Aggiunta l'etichetta v1.0 per il changeset c93791f54ca9 |
Giulio@798 | 9 |
Giulio@798 | 10 <prompt>$</prompt> <userinput>hg tags</userinput> |
Giulio@798 | 11 tip 1:be452d95a1d0 |
Giulio@798 | 12 v1.0 0:c93791f54ca9 |
Giulio@798 | 13 </screen> |
Giulio@798 | 14 <!-- END branching.tag --> |