comparison hgext/convert/__init__.py @ 8222:d30a21594812

more whitespace cleanup and some other style nits
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 27 Apr 2009 12:37:19 +0200
parents 6584953be356
children 46293a0c7e9f
comparison
equal deleted inserted replaced
8221:f35b933044cc 8222:d30a21594812
122 122
123 Internal cvsps is selected by setting 123 Internal cvsps is selected by setting
124 --config convert.cvsps=builtin 124 --config convert.cvsps=builtin
125 and has a few more configurable options: 125 and has a few more configurable options:
126 --config convert.cvsps.cache=True (boolean) 126 --config convert.cvsps.cache=True (boolean)
127 Set to False to disable remote log caching, for testing and 127 Set to False to disable remote log caching, for testing and
128 debugging purposes. 128 debugging purposes.
129 --config convert.cvsps.fuzz=60 (integer) 129 --config convert.cvsps.fuzz=60 (integer)
130 Specify the maximum time (in seconds) that is allowed 130 Specify the maximum time (in seconds) that is allowed
131 between commits with identical user and log message in a 131 between commits with identical user and log message in a
132 single changeset. When very large files were checked in as 132 single changeset. When very large files were checked in as