hgbook
diff en/examples/template.simple @ 119:b252526b44aa
Missed a file.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed Nov 15 13:10:23 2006 -0800 (2006-11-15) |
parents | ea951cfb5cd9 |
children | ceaca14e49f0 |
line diff
1.1 --- a/en/examples/template.simple Wed Sep 06 23:36:47 2006 -0700 1.2 +++ b/en/examples/template.simple Wed Nov 15 13:10:23 2006 -0800 1.3 @@ -85,3 +85,8 @@ 1.4 #$ name: combine 1.5 1.6 hg log -r1 --template 'description:\n\t{desc|strip|fill68|tabindent}\n' 1.7 + 1.8 +#$ name: rev 1.9 + 1.10 +echo 'changeset = "rev: {rev}\n"' > rev 1.11 +hg log -l1 --style ./rev