hgbook

annotate it/examples/template.simple.datekeyword.it @ 833:63ef1efbac57

Translate more code, matching repository names in figures.
author gpiancastelli
date Tue Aug 18 17:31:11 2009 +0200 (2009-08-18)
parents
children
rev   line source
Giulio@803 1 <!-- BEGIN template.simple.datekeyword -->
Giulio@803 2 <screen><prompt>$</prompt> <userinput>hg log -r1 --template 'data: {date}\n'</userinput>
Giulio@803 3 data: 1244217084.00
Giulio@803 4 <prompt>$</prompt> <userinput>hg log -r1 --template 'data: {date|isodate}\n'</userinput>
Giulio@803 5 data: 2009-06-05 15:51 +0000
Giulio@803 6 </screen>
Giulio@803 7 <!-- END template.simple.datekeyword -->