annotate en/examples/ch10/notify-config-mail.lst @ 828:477d6a3e5023

Many final changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 04 May 2009 23:52:38 -0700
parents 8366882f67f2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
680
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
1 X-Hg-Repo: tests/slave
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
2 Subject: tests/slave: Handle error case when slave has no buffers
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
3 Date: Wed, 2 Aug 2006 15:25:46 -0700 (PDT)
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
4
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
5 changeset 3cba9bfe74b5 in /home/hg/repos/tests/slave
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
6
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
7 details:
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
8 http://hg.example.com/tests/slave?cmd=changeset;node=3cba9bfe74b5
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
9
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
10 description: Handle error case when slave has no buffers
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
11
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
12 diffs (54 lines):
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
13 diff -r 9d95df7cf2ad -r 3cba9bfe74b5 include/tests.h
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
14 --- a/include/tests.h Wed Aug 02 15:19:52 2006 -0700
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
15 +++ b/include/tests.h Wed Aug 02 15:25:26 2006 -0700
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
16 @@ -212,6 +212,15 @@ static __inline__
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
17 void test_headers(void *h)
8366882f67f2 Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
18 [...snip...]