comparison hgext/convert/__init__.py @ 5488:247af577fe29

fix typo in convert help text, update test
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 05 Nov 2007 20:15:33 +0100
parents 07bdb5e5d08c
children 11d7908a3ea8 03496d4fa509
comparison
equal deleted inserted replaced
5487:7a64931e2d76 5488:247af577fe29
342 342
343 rename from/file to/file 343 rename from/file to/file
344 344
345 The 'include' directive causes a file, or all files under a 345 The 'include' directive causes a file, or all files under a
346 directory, to be included in the destination repository, and the 346 directory, to be included in the destination repository, and the
347 exclussion of all other files and dirs not explicitely included. 347 exclusion of all other files and dirs not explicitely included.
348 The 'exclude' directive causes files or directories to be omitted. 348 The 'exclude' directive causes files or directories to be omitted.
349 The 'rename' directive renames a file or directory. To rename from a 349 The 'rename' directive renames a file or directory. To rename from a
350 subdirectory into the root of the repository, use '.' as the path to 350 subdirectory into the root of the repository, use '.' as the path to
351 rename to. 351 rename to.
352 """ 352 """