# HG changeset patch # User Edouard Gomez # Date 1231091070 -3600 # Node ID cac40e310f92da1962ac4c571eaa7b803e00bc3d # Parent e5703ec08e64e56baa047317280a333c73a92a2d convert/gnuarch: add cat-log payload to commit description diff -r e5703ec08e64 -r cac40e310f92 hgext/convert/gnuarch.py --- a/hgext/convert/gnuarch.py Sun Jan 04 19:38:41 2009 +0100 +++ b/hgext/convert/gnuarch.py Sun Jan 04 18:44:30 2009 +0100 @@ -267,7 +267,8 @@ util.strdate(catlog['Standard-date'], '%Y-%m-%d %H:%M:%S')) self.changes[rev].author = catlog['Creator'] - self.changes[rev].summary = catlog['Summary'] + self.changes[rev].summary = '\n\n'.join(catlog['Summary'], + catlog.get_payload()) if catlog.has_key('Continuation-of'): self.changes[rev].continuationof = catlog['Continuation-of'] except Exception, err: