Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 299:bbbb23202d6e
- FIX: Typo in docu
- Formatting in docu
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 30 Jan 2019 00:16:27 +0100 |
| parents | aa945541d2ca |
| children | 56df37d7878e |
| files | extensions/kwarchive.py |
| diffstat | 1 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/kwarchive.py Wed Jan 30 00:14:15 2019 +0100 +++ b/extensions/kwarchive.py Wed Jan 30 00:16:27 2019 +0100 @@ -15,20 +15,20 @@ Example:: # - # Determine which files are consideres for keyword expansion in + # Determine which files are considered for keyword expansion in # which style # [patterns] - # - # Expand keywords in every python file except those matching "x*" - # using the default RCS style expansion format - # - **.py = - x* = NO - # This file has reStructuredText style keyword expansion "|VCS<kw>|" only - path:VERSION = reST - # This file has reStructuredText style and RCS style keyword expansion - path:README = reST, RCS + # + # Expand keywords in every python file except those matching "x*" + # using the default RCS style expansion format + # + **.py = + x* = NO + # This file has reStructuredText style keyword expansion "|VCS<kw>|" only + path:VERSION = reST + # This file has reStructuredText style and RCS style keyword expansion + path:README = reST, RCS The ``[keywords]`` section specifies which keywords are expanded. Aliases can be defined also. By default the pre-defined set of RCC/CVS/SVN-like
