hgbook

view it/examples/branch-named.foo-commit.it @ 1114:527b86d55d4a

inotify: update installation information

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 5bbebcdfb533
children
line source
1 <!-- BEGIN branch-named.foo-commit -->
2 <screen><prompt>$</prompt> <userinput>echo qualcosa &gt; qualchefile</userinput>
3 <prompt>$</prompt> <userinput>hg commit -A -m "Nuovo file."</userinput>
4 aggiungo qualchefile
5 creata una nuova testa
6 <prompt>$</prompt> <userinput>hg heads</userinput>
7 changeset: 3:859c842ea668
8 ramo: foo
9 etichetta: tip
10 genitore: 1:b15761055392
11 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
12 data: Fri Jun 05 15:49:04 2009 +0000
13 sommario: Nuovo file.
15 changeset: 2:4dce38140953
16 ramo: bar
17 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
18 data: Fri Jun 05 15:49:00 2009 +0000
19 sommario: Terzo commit.
21 </screen>
22 <!-- END branch-named.foo-commit -->