# HG changeset patch # User Erik Zielke # Date 1287405470 -7200 # Node ID db79d36278721201249fb3af8f1d7baf40b9e398 # Parent eaac5e8cb637d4c5e6fe7e667731867b3908589e mq: switched to `` around * * * So it can be parsed by rst. diff -r eaac5e8cb637 -r db79d3627872 hgext/mq.py --- a/hgext/mq.py Sun Oct 17 00:45:34 2010 +0200 +++ b/hgext/mq.py Mon Oct 18 14:37:50 2010 +0200 @@ -2125,7 +2125,7 @@ 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."""