changeset 16815 | e740746ea557 |
parent 16781 | c0b98f436cce |
child 16816 | d10994f1c7a2 |
--- 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):