hgext/notify.py
changeset 3397 f0415b61949d
parent 3093 f422c8265ae5
child 3424 bf10cd8bc981
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]