comparison hgext/convert/__init__.py @ 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
66 66
67 rename from/file to/file 67 rename from/file to/file
68 68
69 The 'include' directive causes a file, or all files under a 69 The 'include' directive causes a file, or all files under a
70 directory, to be included in the destination repository, and the 70 directory, to be included in the destination repository, and the
71 exclusion of all other files and dirs not explicitely included. 71 exclusion of all other files and directories not explicitely included.
72 The 'exclude' directive causes files or directories to be omitted. 72 The 'exclude' directive causes files or directories to be omitted.
73 The 'rename' directive renames a file or directory. To rename from 73 The 'rename' directive renames a file or directory. To rename from
74 a subdirectory into the root of the repository, use '.' as the 74 a subdirectory into the root of the repository, use '.' as the
75 path to rename to. 75 path to rename to.
76 76