Skip to content
Snippets Groups Projects
Commit dd9175ca81dc authored by Mike Miller's avatar Mike Miller
Browse files

help: document that [subpaths] may rewrite relative paths

The subpaths substitution logic first attempts to match the absolute
repository path, then the relative subrepository path if that failed.
parent f359cdc91e21
No related branches found
No related tags found
No related merge requests found
......@@ -1485,8 +1485,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``
-----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment