hgbook
annotate it/examples/branching.tag.it @ 1114:527b86d55d4a
inotify: update installation information
inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Sun Dec 13 16:35:56 2009 +0900 (2009-12-13) |
parents | 713f0f69029a 0a49072e8c7f |
children |
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 |
gpiancastelli@839 | 5 etichetta: tip |
gpiancastelli@839 | 6 utente: Bryan O'Sullivan <bos@serpentine.com> |
gpiancastelli@839 | 7 data: Fri Jun 05 15:49:15 2009 +0000 |
gpiancastelli@839 | 8 sommario: 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 --> |