hgbook

annotate it/examples/template.simple.rev.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
rev   line source
Giulio@803 1 <!-- BEGIN template.simple.rev -->
Giulio@803 2 <screen><prompt>$</prompt> <userinput>echo 'changeset = "revisione: {rev}\n"' &gt; rev</userinput>
Giulio@803 3 <prompt>$</prompt> <userinput>hg log -l1 --style ./rev</userinput>
Giulio@803 4 revisione: 3
Giulio@803 5 </screen>
Giulio@803 6 <!-- END template.simple.rev -->