hgbook
diff it/examples/template.simple.combine.it @ 847:b818ec4dd1d2
Minor changes.
author | gpiancastelli |
---|---|
date | Sat Aug 22 17:08:09 2009 +0200 (2009-08-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/template.simple.combine.it Sat Aug 22 17:08:09 2009 +0200 1.3 @@ -0,0 +1,9 @@ 1.4 +<!-- BEGIN template.simple.combine --> 1.5 +<screen><prompt>$</prompt> <userinput>hg log -r1 --template 'descrizione:\n\t{desc|strip|fill68|tabindent}\n'</userinput> 1.6 +descrizione: 1.7 + Aggiunta una riga alla fine del file <<hello>>. 1.8 + 1.9 + In più, aggiunto un file con il nome indicativo (almeno spero che 1.10 + qualcuno possa considerarlo tale) di goodbye. 1.11 +</screen> 1.12 +<!-- END template.simple.combine -->