Mercurial > hg-stable
changeset 8510:f3ad1ed099e1
patchbomb: fix inexact description of the messages threading
Each message refers only to the first of the series.
author | Cédric Duval <cedricduval@free.fr> |
---|---|
date | Mon, 18 May 2009 23:59:22 +0200 |
parents | 5cd232ebc317 |
children | 32ff5ba0d312 |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.