# HG changeset patch # User Olav Reinert # Date 1338849138 -7200 # Node ID 54b03085065f0b42bf5105188f3f631fcb2a715a # Parent eb88ed4269c5f211837b5960040a7002c89718c6 help: fix keyword search result formatting This patch fixes the broken formatting of keyword search results. Some blank lines were missing from the RST markup, which caused markup to be printed. diff -r eb88ed4269c5 -r 54b03085065f mercurial/commands.py --- a/mercurial/commands.py Fri Jun 01 15:44:13 2012 -0700 +++ b/mercurial/commands.py Tue Jun 05 00:32:18 2012 +0200 @@ -3332,6 +3332,7 @@ if matches[t]: rst.append('%s:\n\n' % title) rst.extend(minirst.maketable(matches[t], 1)) + rst.append('\n') elif name and name != 'shortlist': i = None if unknowncmd: