patchbomb: fix inexact description of the messages threading
Each message refers only to the first of the series.
--- a/hgext/patchbomb.py Tue May 19 00:57:36 2009 +0200
+++ b/hgext/patchbomb.py Mon May 18 23:59:22 2009 +0200
@@ -20,7 +20,7 @@
The patch itself, as generated by "hg export".
-Each message refers to all of its predecessors using the In-Reply-To
+Each message refers to the first in the series using the In-Reply-To
and References headers, so they will show up as a sequence in threaded
mail and news readers, and in mail archives.