comparison tests/test-keyword.out @ 9157:9261667e9b82

commands: use minirst parser when displaying help
author Martin Geisler <mg@lazybytes.net>
date Thu, 16 Jul 2009 23:25:26 +0200
parents 561ff8d9e4f0
children cd5b6a11b607
comparison
equal deleted inserted replaced
9156:c9c7e8cdac9c 9157:9261667e9b82
11 Configuration is done in the [keyword] and [keywordmaps] sections of hgrc 11 Configuration is done in the [keyword] and [keywordmaps] sections of hgrc
12 files. 12 files.
13 13
14 Example: 14 Example:
15 15
16 [keyword] 16 [keyword]
17 # expand keywords in every python file except those matching "x*" 17 # expand keywords in every python file except those matching "x*"
18 **.py = 18 **.py =
19 x* = ignore 19 x* = ignore
20 20
21 NOTE: the more specific you are in your filename patterns the less you lose 21 NOTE: the more specific you are in your filename patterns the less you lose
22 speed in huge repositories. 22 speed in huge repositories.
23 23
24 For [keywordmaps] template mapping and expansion demonstration and control run 24 For [keywordmaps] template mapping and expansion demonstration and control run