comparison tests/test-notify.out @ 9522:47f1d44d3fa3

notify: update test
author Matt Mackall <mpm@selenic.com>
date Sat, 03 Oct 2009 14:39:46 -0500
parents cd5b6a11b607
children a3d73b3e1f8a
comparison
equal deleted inserted replaced
9518:bc19a0b04e83 9522:47f1d44d3fa3
33 maxdiff = 300 # max lines of diffs to include (0=none, -1=all) 33 maxdiff = 300 # max lines of diffs to include (0=none, -1=all)
34 maxsubject = 67 # truncate subject line longer than this 34 maxsubject = 67 # truncate subject line longer than this
35 diffstat = True # add a diffstat before the diff content 35 diffstat = True # add a diffstat before the diff content
36 sources = serve # notify if source of incoming changes in this list 36 sources = serve # notify if source of incoming changes in this list
37 # (serve == ssh or http, push, pull, bundle) 37 # (serve == ssh or http, push, pull, bundle)
38 merge = False # send notification for merges (default True)
38 [email] 39 [email]
39 from = user@host.com # email address to send as if none given 40 from = user@host.com # email address to send as if none given
40 [web] 41 [web]
41 baseurl = http://hgserver/... # root of hg web site for browsing commits 42 baseurl = http://hgserver/... # root of hg web site for browsing commits
42 43