# HG changeset patch # User Aurelien Jacobs # Date 2006-10-15 14:35:47 # Node ID f0415b61949dd36637161b73b9396315aa865d61 # Parent cab34443540e373166476281abb9fdd11be1afcb document the diffstat option of the notify extension diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -40,6 +40,7 @@ # changegroup = ... # template when run as changegroup hook # maxdiff = 300 # max lines of diffs to include (0=none, -1=all) # maxsubject = 67 # truncate subject line longer than this +# diffstat = True # add a diffstat before the diff content # sources = serve # notify if source of incoming changes in this list # # (serve == ssh or http, push, pull, bundle) # [email]