Mercurial > hg
comparison hgext/keyword.py @ 8894:868670dbc237
extensions: improve the consistency of synopses
Trying as much as possible to consistently:
- use a present tense predicate followed by a direct object
- verb referring directly to the functionality provided
(ie. not "add command that does this" but simple "do that")
- keep simple and to the point, leaving details for the long help
(width is tight, possibly even more so for translations)
Thanks to timeless, Martin Geisler, Rafael Villar Burke, Dan Villiom
Podlaski Christiansen and others for the helpful suggestions.
author | Cédric Duval <cedricduval@free.fr> |
---|---|
date | Mon, 22 Jun 2009 15:48:08 +0200 |
parents | 87c30fb7e8df |
children | 1de6e7e1bb9f |
comparison
equal
deleted
inserted
replaced
8893:cc0593af30d4 | 8894:868670dbc237 |
---|---|
24 # Files to act upon/ignore are specified in the [keyword] section. | 24 # Files to act upon/ignore are specified in the [keyword] section. |
25 # Customized keyword template mappings in the [keywordmaps] section. | 25 # Customized keyword template mappings in the [keywordmaps] section. |
26 # | 26 # |
27 # Run "hg help keyword" and "hg kwdemo" to get info on configuration. | 27 # Run "hg help keyword" and "hg kwdemo" to get info on configuration. |
28 | 28 |
29 '''keyword expansion in tracked files | 29 '''expand keywords in tracked files |
30 | 30 |
31 This extension expands RCS/CVS-like or self-customized $Keywords$ in | 31 This extension expands RCS/CVS-like or self-customized $Keywords$ in |
32 tracked text files selected by your configuration. | 32 tracked text files selected by your configuration. |
33 | 33 |
34 Keywords are only expanded in local repositories and not stored in the | 34 Keywords are only expanded in local repositories and not stored in the |