hgbook

annotate it/examples/branch-named.parents.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 7252e7b7f07d
children
rev   line source
Giulio@792 1 <!-- BEGIN branch-named.parents -->
Giulio@792 2 <screen><prompt>$</prompt> <userinput>hg parents</userinput>
Giulio@792 3 changeset: 2:4dce38140953
gpiancastelli@840 4 ramo: bar
gpiancastelli@840 5 etichetta: tip
gpiancastelli@840 6 utente: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
gpiancastelli@840 7 data: Fri Jun 05 15:49:00 2009 +0000
gpiancastelli@840 8 sommario: Terzo commit.
Giulio@792 9
Giulio@792 10 <prompt>$</prompt> <userinput>hg branches</userinput>
Giulio@792 11 bar 2:4dce38140953
Giulio@792 12 foo 1:b15761055392 (inattivo)
Giulio@792 13 default 0:fc8fb1089cc0 (inattivo)
Giulio@792 14 </screen>
Giulio@792 15 <!-- END branch-named.parents -->