##// END OF EJS Templates
help: document that [subpaths] may rewrite relative paths...
Mike Miller -
r29368:dd9175ca stable
parent child Browse files
Show More
@@ -1485,8 +1485,9 b' rewrite it. Groups can be matched in ``p'
1485 rewrites ``http://server/foo-hg/`` into ``http://hg.server/foo/``.
1485 rewrites ``http://server/foo-hg/`` into ``http://hg.server/foo/``.
1486
1486
1487 Relative subrepository paths are first made absolute, and the
1487 Relative subrepository paths are first made absolute, and the
1488 rewrite rules are then applied on the full (absolute) path. The rules
1488 rewrite rules are then applied on the full (absolute) path. If ``pattern``
1489 are applied in definition order.
1489 doesn't match the full path, an attempt is made to apply it on the
1490 relative path alone. The rules are applied in definition order.
1490
1491
1491 ``templatealias``
1492 ``templatealias``
1492 -----------------
1493 -----------------
General Comments 0
You need to be logged in to leave comments. Login now