changeset 4041:add43809810d

merge with upstream
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 24 Jan 2007 23:06:45 +0100
parents 55578a8d7e84 (current diff) cc08d2543593 (diff)
children 1bd6868b0b11
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/hgk.py	Mon Jan 22 20:22:25 2007 -0800
+++ b/hgext/hgk.py	Wed Jan 24 23:06:45 2007 +0100
@@ -71,7 +71,7 @@
     if p1: print "parent %s" % (hg.short(p1.node()))
     if p2: print "parent %s" % (hg.short(p2.node()))
     date = ctx.date()
-    description = ctx.description()
+    description = ctx.description().replace("\0", "")
     lines = description.splitlines()
     if lines and lines[-1].startswith('committer:'):
         committer = lines[-1].split(': ')[1].rstrip()