diff mercurial/help/config.txt @ 29459:fd93b15b5c30

merge with stable
author Matt Mackall <mpm@selenic.com>
date Fri, 01 Jul 2016 16:02:56 -0500
parents 31d3ab7985b8 dd9175ca81dc
children c4fc33c477da
line wrap: on
line diff
--- a/mercurial/help/config.txt	Fri Jul 01 13:54:35 2016 +0800
+++ b/mercurial/help/config.txt	Fri Jul 01 16:02:56 2016 -0500
@@ -1559,8 +1559,9 @@
 rewrites ``http://server/foo-hg/`` into ``http://hg.server/foo/``.
 
 Relative subrepository paths are first made absolute, and the
-rewrite rules are then applied on the full (absolute) path. The rules
-are applied in definition order.
+rewrite rules are then applied on the full (absolute) path. If ``pattern``
+doesn't match the full path, an attempt is made to apply it on the
+relative path alone. The rules are applied in definition order.
 
 ``templatealias``
 -----------------