hgext/convert/__init__.py
changeset 8026 683d8ebcf434
parent 8010 58ba4b86ae13
child 8169 6584953be356
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