hgbook

view it/examples/template.simple.combine.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
children
line source
1 <!-- BEGIN template.simple.combine -->
2 <screen><prompt>$</prompt> <userinput>hg log -r1 --template 'descrizione:\n\t{desc|strip|fill68|tabindent}\n'</userinput>
3 descrizione:
4 Aggiunta una riga alla fine del file &lt;&lt;hello&gt;&gt;.
6 In piĆ¹, aggiunto un file con il nome indicativo (almeno spero che
7 qualcuno possa considerarlo tale) di goodbye.
8 </screen>
9 <!-- END template.simple.combine -->