hgbook
diff en/examples/ch10/notify-config-mail.lst @ 999:a6b81cd31cfd
adding complete.xml - which generated but Bryan did add it also - as I have absolutly no personnality I do as he does
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Sat Sep 12 20:53:36 2009 +0200 (2009-09-12) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/ch10/notify-config-mail.lst Sat Sep 12 20:53:36 2009 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +X-Hg-Repo: tests/slave 1.5 +Subject: tests/slave: Handle error case when slave has no buffers 1.6 +Date: Wed, 2 Aug 2006 15:25:46 -0700 (PDT) 1.7 + 1.8 +changeset 3cba9bfe74b5 in /home/hg/repos/tests/slave 1.9 + 1.10 +details: 1.11 +http://hg.example.com/tests/slave?cmd=changeset;node=3cba9bfe74b5 1.12 + 1.13 +description: Handle error case when slave has no buffers 1.14 + 1.15 +diffs (54 lines): 1.16 +diff -r 9d95df7cf2ad -r 3cba9bfe74b5 include/tests.h 1.17 +--- a/include/tests.h Wed Aug 02 15:19:52 2006 -0700 1.18 ++++ b/include/tests.h Wed Aug 02 15:25:26 2006 -0700 1.19 +@@ -212,6 +212,15 @@ static __inline__ 1.20 +void test_headers(void *h) 1.21 +[...snip...]