hgkw/keyword.py
branchstable
changeset 624 2b7eb429112e
parent 621 6e73db2016ab
child 625 b17b1cf1341a
equal deleted inserted replaced
623:f27b8d46e708 624:2b7eb429112e
    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