author | Christian Ebert <blacktrash@gmx.net> |
Tue, 19 Dec 2006 17:22:26 +0100 | |
branch | extension |
changeset 39 | 14038784f986 |
parent 38 | 6a830bed4af1 |
child 40 | 38ee735886d2 |
hgkw/pretxnkw.py | file | annotate | diff | comparison | revisions |
--- 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