comparison tests/test-convert.out @ 8026:683d8ebcf434

expand "dir" to "directory" in help texts
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Apr 2009 22:47:56 +0200
parents 58ba4b86ae13
children 6584953be356
comparison
equal deleted inserted replaced
8025:1280934dd2dd 8026:683d8ebcf434
51 51
52 rename from/file to/file 52 rename from/file to/file
53 53
54 The 'include' directive causes a file, or all files under a 54 The 'include' directive causes a file, or all files under a
55 directory, to be included in the destination repository, and the 55 directory, to be included in the destination repository, and the
56 exclusion of all other files and dirs not explicitely included. 56 exclusion of all other files and directories not explicitely included.
57 The 'exclude' directive causes files or directories to be omitted. 57 The 'exclude' directive causes files or directories to be omitted.
58 The 'rename' directive renames a file or directory. To rename from 58 The 'rename' directive renames a file or directory. To rename from
59 a subdirectory into the root of the repository, use '.' as the 59 a subdirectory into the root of the repository, use '.' as the
60 path to rename to. 60 path to rename to.
61 61