# HG changeset patch # User Christian Ebert # Date 1284130693 -7200 # Node ID b14093780eaf649f267e3c4ea4e4ed14f87160a5 # Parent f236a384d23e5571df8e4ad39e222255a9576faf Explain file-wise expansion in help diff -r f236a384d23e -r b14093780eaf hgkw/keyword.py --- a/hgkw/keyword.py Fri Sep 03 15:59:08 2010 +0100 +++ b/hgkw/keyword.py Fri Sep 10 16:58:13 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.