comparison 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
comparison
equal deleted inserted replaced
29458:59058549a611 29459:fd93b15b5c30
1557 http://server/(.*)-hg/ = http://hg.server/\1/ 1557 http://server/(.*)-hg/ = http://hg.server/\1/
1558 1558
1559 rewrites ``http://server/foo-hg/`` into ``http://hg.server/foo/``. 1559 rewrites ``http://server/foo-hg/`` into ``http://hg.server/foo/``.
1560 1560
1561 Relative subrepository paths are first made absolute, and the 1561 Relative subrepository paths are first made absolute, and the
1562 rewrite rules are then applied on the full (absolute) path. The rules 1562 rewrite rules are then applied on the full (absolute) path. If ``pattern``
1563 are applied in definition order. 1563 doesn't match the full path, an attempt is made to apply it on the
1564 relative path alone. The rules are applied in definition order.
1564 1565
1565 ``templatealias`` 1566 ``templatealias``
1566 ----------------- 1567 -----------------
1567 1568
1568 Alias definitions for templates. See :hg:`help templates` for details. 1569 Alias definitions for templates. See :hg:`help templates` for details.