comparison tests/test-notify.out @ 4094:fbf0e9acfd83

notify: don't try to fix addresses if notify.domain is not set
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 16 Feb 2007 04:54:49 -0200
parents 86098ec4b77a
children afa1f57ae484
comparison
equal deleted inserted replaced
4093:669f99f78db0 4094:fbf0e9acfd83
4 % commit 4 % commit
5 adding a 5 adding a
6 % clone 6 % clone
7 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 7 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
8 % commit 8 % commit
9 % pull (minimal config)
10 pulling from ../a
11 searching for changes
12 adding changesets
13 adding manifests
14 adding file changes
15 added 1 changesets with 1 changes to 1 files
16 Subject: changeset in test-notify/b: b
17 From: test
18 X-Hg-Notification: changeset 0647d048b600
19 Message-Id:
20 To: baz, foo@bar
21
22 changeset 0647d048b600 in test-notify/b
23 details: test-notify/b?cmd=changeset;node=0647d048b600
24 description:
25 b
26
27 diffs (6 lines):
28
29 diff -r cb9a9f314b8b -r 0647d048b600 a
30 --- a/a Thu Jan 01 00:00:00 1970 +0000
31 +++ b/a Thu Jan 01 00:00:01 1970 +0000
32 @@ -1,1 +1,2 @@ a
33 a
34 +a
35 (run 'hg update' to get a working copy)
9 % pull 36 % pull
37 rolling back last transaction
10 pulling from ../a 38 pulling from ../a
11 searching for changes 39 searching for changes
12 adding changesets 40 adding changesets
13 adding manifests 41 adding manifests
14 adding file changes 42 adding file changes
15 added 1 changesets with 1 changes to 1 files 43 added 1 changesets with 1 changes to 1 files
16 Subject: b 44 Subject: b
17 From: test@test.com 45 From: test@test.com
18 X-Hg-Notification: changeset 0647d048b600 46 X-Hg-Notification: changeset 0647d048b600
19 Message-Id: 47 Message-Id:
20 To: foo@bar 48 To: baz@test.com, foo@bar
21 49
22 changeset 0647d048b600 50 changeset 0647d048b600
23 description: 51 description:
24 b 52 b
25 diffs (6 lines): 53 diffs (6 lines):