diff -r d3b807e673a8 -r e740746ea557 mercurial/help.py --- a/mercurial/help.py Sat May 26 20:49:51 2012 +0200 +++ b/mercurial/help.py Fri Jun 01 11:58:23 2012 +0200 @@ -58,9 +58,9 @@ rst = minirst.maketable(data, 1) if multioccur: - rst += _("\n[+] marked option can be specified multiple times\n") + rst.append(_("\n[+] marked option can be specified multiple times\n")) - return rst + return ''.join(rst) # list all option lists def opttext(optlist, width, verbose):