tests/test-convert.t
changeset 20795 29b159bd71bc
parent 20379 b75a04502ced
parent 20784 7f4cf938643d
child 21024 7731a2281cf0
equal deleted inserted replaced
20794:8b0e3a8982ea 20795:29b159bd71bc
    82       full relative name of a file or one of its parent directories. The
    82       full relative name of a file or one of its parent directories. The
    83       "include" or "exclude" directive with the longest matching path applies,
    83       "include" or "exclude" directive with the longest matching path applies,
    84       so line order does not matter.
    84       so line order does not matter.
    85   
    85   
    86       The "include" directive causes a file, or all files under a directory, to
    86       The "include" directive causes a file, or all files under a directory, to
    87       be included in the destination repository, and the exclusion of all other
    87       be included in the destination repository. The default if there are no
    88       files and directories not explicitly included. The "exclude" directive
    88       "include" statements is to include everything. If there are any "include"
    89       causes files or directories to be omitted. The "rename" directive renames
    89       statements, nothing else is included. The "exclude" directive causes files
    90       a file or directory if it is converted. To rename from a subdirectory into
    90       or directories to be omitted. The "rename" directive renames a file or
    91       the root of the repository, use "." as the path to rename to.
    91       directory if it is converted. To rename from a subdirectory into the root
       
    92       of the repository, use "." as the path to rename to.
    92   
    93   
    93       The splicemap is a file that allows insertion of synthetic history,
    94       The splicemap is a file that allows insertion of synthetic history,
    94       letting you specify the parents of a revision. This is useful if you want
    95       letting you specify the parents of a revision. This is useful if you want
    95       to e.g. give a Subversion merge two parents, or graft two disconnected
    96       to e.g. give a Subversion merge two parents, or graft two disconnected
    96       series of history together. Each entry contains a key, followed by a
    97       series of history together. Each entry contains a key, followed by a