diff -r 304f9ac35869 -r 110c76a94d1c hgkw/keyword.py --- a/hgkw/keyword.py Mon Jul 23 10:36:00 2007 +0200 +++ b/hgkw/keyword.py Mon Jul 23 21:17:16 2007 +0200 @@ -68,13 +68,15 @@ Before changing/disabling active keywords, run "hg kwshrink" to avoid the risk of inadvertedly storing expanded keywords in the change history. +To force expansion after enabling it, or a configuration change, run +"hg kwexpand". + Expansions spanning more than one line and incremental expansions, like CVS' $Log$, are not supported. A keyword template map "Log = {desc}" expands to the first line of the changeset description. Caveat: "hg import" fails if the patch context contains an active - keyword. In that case run "hg kwshrink", reimport, and then - "hg kwexpand". + keyword. In that case run "hg kwshrink", and then reimport. Or, better, use bundle/unbundle to share changes. '''