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