patchbomb: fix inexact description of the messages threading
authorCédric Duval <cedricduval@free.fr>
Mon, 18 May 2009 23:59:22 +0200
changeset 8510 f3ad1ed099e1
parent 8509 5cd232ebc317
child 8511 32ff5ba0d312
patchbomb: fix inexact description of the messages threading Each message refers only to the first of the series.
hgext/patchbomb.py
--- 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.