hgbook
view it/examples/template.simple.combine.it @ 998:9d32b10fdb1e
updating .hgignore to ignore the same files other translation ignores
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Sat Sep 12 20:52:35 2009 +0200 (2009-09-12) |
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 <<hello>>.
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 -->