comparison mercurial/help/config.txt @ 14653:6f96c7a908bd

help/config: fix small typo
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Thu, 16 Jun 2011 12:42:19 -0300
parents 73cb35f6fd78
children e21fd445c297
comparison
equal deleted inserted replaced
14652:73cb35f6fd78 14653:6f96c7a908bd
185 already used by ``$N`` in the definition are put at the end of the 185 already used by ``$N`` in the definition are put at the end of the
186 command to be executed. 186 command to be executed.
187 187
188 Alias definitions consist of lines of the form:: 188 Alias definitions consist of lines of the form::
189 189
190 <alias> = <command> [<argument]... 190 <alias> = <command> [<argument>]...
191 191
192 For example, this definition:: 192 For example, this definition::
193 193
194 latest = log --limit 5 194 latest = log --limit 5
195 195