changeset 3403: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 cab34443540e
children 0f308690bda8
files hgext/notify.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/notify.py	Sat Oct 14 16:39:15 2006 -0700
+++ b/hgext/notify.py	Sun Oct 15 16:35:47 2006 +0200
@@ -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]