comparison hgext/convert/__init__.py @ 5760:0145f9afb0e7

Removed tabs and trailing whitespace in python files
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 29 Dec 2007 19:49:48 +0100
parents fe2e81229819
children df659eb23360
comparison
equal deleted inserted replaced
5759:027264e720aa 5760:0145f9afb0e7
55 include path/to/file 55 include path/to/file
56 56
57 exclude path/to/file 57 exclude path/to/file
58 58
59 rename from/file to/file 59 rename from/file to/file
60 60
61 The 'include' directive causes a file, or all files under a 61 The 'include' directive causes a file, or all files under a
62 directory, to be included in the destination repository, and the 62 directory, to be included in the destination repository, and the
63 exclusion of all other files and dirs not explicitely included. 63 exclusion of all other files and dirs not explicitely included.
64 The 'exclude' directive causes files or directories to be omitted. 64 The 'exclude' directive causes files or directories to be omitted.
65 The 'rename' directive renames a file or directory. To rename from a 65 The 'rename' directive renames a file or directory. To rename from a