help: wrap ".orig" in rst quotes
Apparently, .orig. is a macro for man pages so we need to wrap it in quotes to
silence lintian warnings.
--- a/mercurial/help/config.txt Sun Apr 17 12:31:06 2016 +0900
+++ b/mercurial/help/config.txt Sat Apr 30 18:40:34 2016 -0700
@@ -1020,8 +1020,8 @@
file in the changeset being merged or updated to, and has different
contents. Options are ``abort``, ``warn`` and ``ignore``. With ``abort``,
abort on such files. With ``warn``, warn on such files and back them up as
- .orig. With ``ignore``, don't print a warning and back them up as
- .orig. (default: ``abort``)
+ ``.orig``. With ``ignore``, don't print a warning and back them up as
+ ``.orig``. (default: ``abort``)
``checkunknown``
Controls behavior when an unknown file that isn't ignored has the same name