# HG changeset patch # User Christian Ebert # Date 1166545346 -3600 # Node ID 14038784f98656096d33cec4a22d9781be4ed5ac # Parent 6a830bed4af10b60091e28118245dd7f1f8c9210 Reflect new scheme in function docstring diff -r 6a830bed4af1 -r 14038784f986 hgkw/pretxnkw.py --- a/hgkw/pretxnkw.py Tue Dec 19 16:02:27 2006 +0100 +++ b/hgkw/pretxnkw.py Tue Dec 19 17:22:26 2006 +0100 @@ -4,7 +4,8 @@ def pretxnkw(ui, repo, hooktype, **args): '''Collects candidates for keyword expansion on commit - and passes them to kwexpander.''' + and expands keywords in working dir. + NOTE: for use in combination with hgext.keyword!''' if hooktype != 'pretxncommit': # bail out with error