tests/test-notify
changeset 7673 af4871b73be7
parent 7172 fb1d7a42663c
child 7664 3cc74ee75b0d
equal deleted inserted replaced
7668:876de22b70b8 7673:af4871b73be7
    50 cat <<EOF >> $HGRCPATH
    50 cat <<EOF >> $HGRCPATH
    51 [notify]
    51 [notify]
    52 config = $HGTMP/.notify.conf
    52 config = $HGTMP/.notify.conf
    53 domain = test.com
    53 domain = test.com
    54 strip = 3
    54 strip = 3
    55 template = Subject: {desc|firstline|strip}\nFrom: {author}\n\nchangeset {node|short} in {webroot}\ndescription:\n\t{desc|tabindent|strip}
    55 template = Subject: {desc|firstline|strip}\nFrom: {author}\nX-Test: foo\n\nchangeset {node|short} in {webroot}\ndescription:\n\t{desc|tabindent|strip}
    56 
    56 
    57 [web]
    57 [web]
    58 baseurl = http://test/
    58 baseurl = http://test/
    59 EOF
    59 EOF
    60 
    60