Mercurial > hgbook
comparison en/ch11-template.xml @ 660:21c62e09b99f
Typo and spelling corrections. Removed tex tags.
author | Ori Avtalion <ori@avtalion.name> |
---|---|
date | Thu, 05 Mar 2009 21:52:23 +0200 |
parents | b90b024729f1 |
children | 8fcd44708f41 |
comparison
equal
deleted
inserted
replaced
659:dbe91bb622d8 | 660:21c62e09b99f |
---|---|
117 <para>As you can see, the string | 117 <para>As you can see, the string |
118 <quote><literal>{desc}</literal></quote> in the template has | 118 <quote><literal>{desc}</literal></quote> in the template has |
119 been replaced in the output with the description of each | 119 been replaced in the output with the description of each |
120 changeset. Every time Mercurial finds text enclosed in curly | 120 changeset. Every time Mercurial finds text enclosed in curly |
121 braces (<quote><literal>{</literal></quote> and | 121 braces (<quote><literal>{</literal></quote> and |
122 <quote>\texttt{}}</quote>), it will try to replace the braces | 122 <quote><literal>}</literal></quote>), it will try to replace the braces |
123 and text with the expansion of whatever is inside. To print a | 123 and text with the expansion of whatever is inside. To print a |
124 literal curly brace, you must escape it, as described in section | 124 literal curly brace, you must escape it, as described in section |
125 <xref | 125 <xref |
126 linkend="sec:template:escape"/>.</para> | 126 linkend="sec:template:escape"/>.</para> |
127 | 127 |
622 | 622 |
623 <para>There are a few small ways in which this template deviates | 623 <para>There are a few small ways in which this template deviates |
624 from the output produced by Subversion.</para> | 624 from the output produced by Subversion.</para> |
625 <itemizedlist> | 625 <itemizedlist> |
626 <listitem><para>Subversion prints a <quote>readable</quote> | 626 <listitem><para>Subversion prints a <quote>readable</quote> |
627 date (the <quote>\texttt{Wed, 27 Sep 2006}</quote> in the | 627 date (the <quote><literal>Wed, 27 Sep 2006</literal></quote> in the |
628 example output above) in parentheses. Mercurial's | 628 example output above) in parentheses. Mercurial's |
629 templating engine does not provide a way to display a date | 629 templating engine does not provide a way to display a date |
630 in this format without also printing the time and time | 630 in this format without also printing the time and time |
631 zone.</para> | 631 zone.</para> |
632 </listitem> | 632 </listitem> |