##// END OF EJS Templates
test-notify: stabilize output...
Mads Kiilerich -
r12644:0490d222 default
parent child Browse files
Show More
@@ -143,7 +143,7 b' pull (minimal config)'
143 > [notify]
143 > [notify]
144 > config = `pwd`/.notify.conf
144 > config = `pwd`/.notify.conf
145 > domain = test.com
145 > domain = test.com
146 > strip = 3
146 > strip = 42
147 > template = Subject: {desc|firstline|strip}\nFrom: {author}\nX-Test: foo\n\nchangeset {node|short} in {webroot}\ndescription:\n\t{desc|tabindent|strip}
147 > template = Subject: {desc|firstline|strip}\nFrom: {author}\nX-Test: foo\n\nchangeset {node|short} in {webroot}\ndescription:\n\t{desc|tabindent|strip}
148 >
148 >
149 > [web]
149 > [web]
@@ -181,7 +181,7 b' pull'
181 Message-Id: <*> (glob)
181 Message-Id: <*> (glob)
182 To: baz@test.com, foo@bar
182 To: baz@test.com, foo@bar
183
183
184 changeset 0647d048b600 in */b (glob)
184 changeset 0647d048b600 in b
185 description: b
185 description: b
186 diffs (6 lines):
186 diffs (6 lines):
187
187
@@ -225,7 +225,7 b' pull'
225 Message-Id: <*> (glob)
225 Message-Id: <*> (glob)
226 To: baz@test.com, foo@bar
226 To: baz@test.com, foo@bar
227
227
228 changeset 0647d048b600 in */b (glob)
228 changeset 0647d048b600 in b
229 description: b
229 description: b
230 diffstat:
230 diffstat:
231
231
@@ -274,7 +274,7 b' test merge'
274 Message-Id: <*> (glob)
274 Message-Id: <*> (glob)
275 To: baz@test.com, foo@bar
275 To: baz@test.com, foo@bar
276
276
277 changeset 0a184ce6067f in */b (glob)
277 changeset 0a184ce6067f in b
278 description: adda2
278 description: adda2
279 diffstat:
279 diffstat:
280
280
@@ -300,6 +300,6 b' test merge'
300 Message-Id: <*> (glob)
300 Message-Id: <*> (glob)
301 To: baz@test.com, foo@bar
301 To: baz@test.com, foo@bar
302
302
303 changeset 22c88b85aa27 in */b (glob)
303 changeset 22c88b85aa27 in b
304 description: merge
304 description: merge
305 (run 'hg update' to get a working copy)
305 (run 'hg update' to get a working copy)
General Comments 0
You need to be logged in to leave comments. Login now