comparison tests/test-convert.out @ 11685:aade8f133d11

cleanup: typos
author Patrick Mezard <pmezard@gmail.com>
date Mon, 26 Jul 2010 22:29:49 +0200
parents dec57aa0f8ca
children 4a854122a1c7
comparison
equal deleted inserted replaced
11684:39bac1821b12 11685:aade8f133d11
63 63
64 exclude path/to/file-or-dir 64 exclude path/to/file-or-dir
65 65
66 rename path/to/source path/to/destination 66 rename path/to/source path/to/destination
67 67
68 Comment lines start with '#'. A specificed path matches if it equals the 68 Comment lines start with '#'. A specified path matches if it equals the
69 full relative name of a file or one of its parent directories. The 69 full relative name of a file or one of its parent directories. The
70 'include' or 'exclude' directive with the longest matching path applies, 70 'include' or 'exclude' directive with the longest matching path applies,
71 so line order does not matter. 71 so line order does not matter.
72 72
73 The 'include' directive causes a file, or all files under a directory, to 73 The 'include' directive causes a file, or all files under a directory, to
74 be included in the destination repository, and the exclusion of all other 74 be included in the destination repository, and the exclusion of all other
75 files and directories not explicitly included. The 'exclude' directive 75 files and directories not explicitly included. The 'exclude' directive
76 causes files or directories to be omitted. The 'rename' directive renames 76 causes files or directories to be omitted. The 'rename' directive renames
77 a file or directory if is converted. To rename from a subdirectory into 77 a file or directory if it is converted. To rename from a subdirectory into
78 the root of the repository, use '.' as the path to rename to. 78 the root of the repository, use '.' as the path to rename to.
79 79
80 The splicemap is a file that allows insertion of synthetic history, 80 The splicemap is a file that allows insertion of synthetic history,
81 letting you specify the parents of a revision. This is useful if you want 81 letting you specify the parents of a revision. This is useful if you want
82 to e.g. give a Subversion merge two parents, or graft two disconnected 82 to e.g. give a Subversion merge two parents, or graft two disconnected