# HG changeset patch # User Sean Farley # Date 1462066834 25200 # Node ID db74d95299af2787314668bbba1e124b32949087 # Parent 8eba4cdcfd810d80785c94d770a442c5bd1f9d0f 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. diff -r 8eba4cdcfd81 -r db74d95299af mercurial/help/config.txt --- 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