# HG changeset patch # User Erik Zielke # Date 2010-10-18 12:37:50 # Node ID db79d36278721201249fb3af8f1d7baf40b9e398 # Parent eaac5e8cb637d4c5e6fe7e667731867b3908589e mq: switched to `` around * * * So it can be parsed by rst. diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -2125,7 +2125,7 @@ def fold(ui, repo, *files, **opts): removed afterwards. The header for each folded patch will be concatenated with the - current patch header, separated by a line of '* * *'. + current patch header, separated by a line of ``* * *``. Returns 0 on success."""