# HG changeset patch # User Christian Ebert # Date 1284130693 -7200 # Node ID 0f61648062836dfc76f9a3cf7a7c4ea8dc9cad8f # Parent 3417b3d95b05530361411d2855030a38620e97c2 keyword: explain file-wise expansion in help diff -r 3417b3d95b05 -r 0f6164806283 hgext/keyword.py --- a/hgext/keyword.py Fri Sep 10 00:36:01 2010 +0200 +++ b/hgext/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.