hgwebdir.cgi
changeset 7526 b7d4db95e95a
parent 7523 e60aaae83323
child 10282 08a0f04b56bd
equal deleted inserted replaced
7525:6a49fa7674c1 7526:b7d4db95e95a
    42 # * First two lines mount one repository into one virtual path, like
    42 # * First two lines mount one repository into one virtual path, like
    43 # '/real/path1' into 'virtual/path1'.
    43 # '/real/path1' into 'virtual/path1'.
    44 #
    44 #
    45 # * The third entry mounts every mercurial repository found in '/real/root'
    45 # * The third entry mounts every mercurial repository found in '/real/root'
    46 # in 'virtual/root'. This format is preferred over the [collections] one,
    46 # in 'virtual/root'. This format is preferred over the [collections] one,
    47 # since using absolute paths as configuration keys is not support on every
    47 # since using absolute paths as configuration keys is not supported on every
    48 # platform (especially on Windows).
    48 # platform (especially on Windows).
    49 #
    49 #
    50 # * The fourth entry is a special case mounting all repositories in
    50 # * The fourth entry is a special case mounting all repositories in
    51 # /'real/root2' in the root of the virtual directory.
    51 # /'real/root2' in the root of the virtual directory.
    52 #
    52 #