##// END OF EJS Templates
Remove variable output affected by length of TMPDIR....
Lee Cantey -
r11842:71dab695 stable
parent child Browse files
Show More
@@ -10,7 +10,7 b' changegroup.notify = python:hgext.notify'
10 [notify]
10 [notify]
11 sources = push
11 sources = push
12 diffstat = False
12 diffstat = False
13 maxsubject = 200
13 maxsubject = 10
14
14
15 [usersubs]
15 [usersubs]
16 foo@bar = *
16 foo@bar = *
@@ -37,7 +37,7 b' hg --traceback --cwd b push ../a 2>&1 |'
37 python -c 'import sys,re; print re.sub("\n\t", " ", sys.stdin.read()),' |
37 python -c 'import sys,re; print re.sub("\n\t", " ", sys.stdin.read()),' |
38 sed -e 's/\(Message-Id:\).*/\1/' \
38 sed -e 's/\(Message-Id:\).*/\1/' \
39 -e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in test-notif/' \
39 -e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in test-notif/' \
40 -e 's/^Subject: .*test-notify/Subject: test-notify/' \
40 -e 's/^Subject: .*/Subject: test-notify-changegroup/' \
41 -e 's/^details: .*test-notify/details: test-notify/' \
41 -e 's/^details: .*test-notify/details: test-notify/' \
42 -e 's/^Date:.*/Date:/'
42 -e 's/^Date:.*/Date:/'
43
43
@@ -15,7 +15,7 b' Content-Type: text/plain; charset="us-as'
15 MIME-Version: 1.0
15 MIME-Version: 1.0
16 Content-Transfer-Encoding: 7bit
16 Content-Transfer-Encoding: 7bit
17 Date:
17 Date:
18 Subject: test-notify-changegroup/a: 2 new changesets
18 Subject: test-notify-changegroup
19 From: test
19 From: test
20 X-Hg-Notification: changeset cb9a9f314b8b
20 X-Hg-Notification: changeset cb9a9f314b8b
21 Message-Id:
21 Message-Id:
General Comments 0
You need to be logged in to leave comments. Login now