hgbook
view it/examples/template.simple.simplesub.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 | |
children |
line source
1 <!-- BEGIN template.simple.simplesub -->
2 <screen><prompt>$</prompt> <userinput>hg log --template 'ho visto un changeset: {desc}\n'</userinput>
3 ho visto un changeset: Aggiunta etichetta v0.1 per il changeset a5ff5617a0be
4 ho visto un changeset: Aggiunta etichetta miaetichetta per il changeset fb5e3583537a
5 ho visto un changeset: Aggiunta una riga alla fine del file <<hello>>.
7 In più, aggiunto un file con il nome indicativo (almeno spero che qualcuno possa considerarlo tale) di goodbye.
8 ho visto un changeset: Aggiunto file hello.
9 </screen>
10 <!-- END template.simple.simplesub -->