hgbook

view it/examples/branch-named.rebranch.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.rebranch -->
2 <screen><prompt>$</prompt> <userinput>hg branch</userinput>
3 foo
4 <prompt>$</prompt> <userinput>hg branch bar</userinput>
5 la directory di lavoro รจ stata contrassegnata come ramo bar
6 <prompt>$</prompt> <userinput>echo nuovo file &gt; nuovofile</userinput>
7 <prompt>$</prompt> <userinput>hg commit -A -m "Terzo commit."</userinput>
8 aggiungo nuovofile
9 <prompt>$</prompt> <userinput>hg tip</userinput>
10 changeset: 2:4dce38140953
11 ramo: bar
12 etichetta: tip
13 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
14 data: Fri Jun 05 15:49:00 2009 +0000
15 sommario: Terzo commit.
17 </screen>
18 <!-- END branch-named.rebranch -->