branch | updatehook |
changeset 32 | b70b38b15fa4 |
parent 27 | d00d45c7ddaf |
child 37 | 3dc31476c148 |
--- a/hgkw/pretxnkw.py Mon Dec 18 12:01:26 2006 +0100 +++ b/hgkw/pretxnkw.py Mon Dec 18 12:10:05 2006 +0100 @@ -5,7 +5,8 @@ import sys def pretxnkw(ui, repo, hooktype, **args): - '''Important: returns False on success, True on failure.''' + '''Collects candidates for keyword expansion on commit + and passes them to kwexpander.''' if hooktype != 'pretxncommit': # bail out with error