mercurial/help/config.txt
branchstable
changeset 29368 dd9175ca81dc
parent 28957 d813132ea361
child 29459 fd93b15b5c30
equal deleted inserted replaced
29329:f359cdc91e21 29368:dd9175ca81dc
  1483     http://server/(.*)-hg/ = http://hg.server/\1/
  1483     http://server/(.*)-hg/ = http://hg.server/\1/
  1484 
  1484 
  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 -----------------
  1493 
  1494 
  1494 Alias definitions for templates. See :hg:`help templates` for details.
  1495 Alias definitions for templates. See :hg:`help templates` for details.