hgext/keyword.py
changeset 9157 9261667e9b82
parent 9106 7705d184faa1
child 9195 8c719222ddd7
equal deleted inserted replaced
9156:c9c7e8cdac9c 9157:9261667e9b82
    36 or for archive distribution.
    36 or for archive distribution.
    37 
    37 
    38 Configuration is done in the [keyword] and [keywordmaps] sections of hgrc
    38 Configuration is done in the [keyword] and [keywordmaps] sections of hgrc
    39 files.
    39 files.
    40 
    40 
    41 Example:
    41 Example::
    42 
    42 
    43     [keyword]
    43     [keyword]
    44     # expand keywords in every python file except those matching "x*"
    44     # expand keywords in every python file except those matching "x*"
    45     **.py =
    45     **.py =
    46     x*    = ignore
    46     x*    = ignore