Mercurial > hg-stable
changeset 12207:97e37994a6c3
merge with stable
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Fri, 10 Sep 2010 20:19:16 +0200 |
parents | 844d25bf65a3 (current diff) 0f6164806283 (diff) |
children | 482443557cad |
files | hgext/keyword.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/keyword.py Fri Sep 10 19:41:45 2010 +0200 +++ b/hgext/keyword.py Fri Sep 10 20:19:16 2010 +0200 @@ -35,6 +35,9 @@ change history. The mechanism can be regarded as a convenience for the current user or for archive distribution. +Keywords expand to the changeset data pertaining to the latest change +relative to the working directory parent of each file. + Configuration is done in the [keyword], [keywordset] and [keywordmaps] sections of hgrc files.