comparison hgext/notify.py @ 3397:f0415b61949d

document the diffstat option of the notify extension
author Aurelien Jacobs <aurel@gnuage.org>
date Sun, 15 Oct 2006 16:35:47 +0200
parents f422c8265ae5
children bf10cd8bc981
comparison
equal deleted inserted replaced
3396:cab34443540e 3397:f0415b61949d
38 # template = ... # template to use when formatting email 38 # template = ... # template to use when formatting email
39 # incoming = ... # template to use when run as incoming hook 39 # incoming = ... # template to use when run as incoming hook
40 # changegroup = ... # template when run as changegroup hook 40 # changegroup = ... # template when run as changegroup hook
41 # maxdiff = 300 # max lines of diffs to include (0=none, -1=all) 41 # maxdiff = 300 # max lines of diffs to include (0=none, -1=all)
42 # maxsubject = 67 # truncate subject line longer than this 42 # maxsubject = 67 # truncate subject line longer than this
43 # diffstat = True # add a diffstat before the diff content
43 # sources = serve # notify if source of incoming changes in this list 44 # sources = serve # notify if source of incoming changes in this list
44 # # (serve == ssh or http, push, pull, bundle) 45 # # (serve == ssh or http, push, pull, bundle)
45 # [email] 46 # [email]
46 # from = user@host.com # email address to send as if none given 47 # from = user@host.com # email address to send as if none given
47 # [web] 48 # [web]