hgbook
diff en/examples/template.simple @ 94:0b97b0bdc830
Basic merge coverage.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Oct 13 13:55:06 2006 -0700 (2006-10-13) |
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 Fri Oct 13 13:55:06 2006 -0700 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