comparison hgext/convert/__init__.py @ 8169:6584953be356

convert/cvs: add an option to disable remote log caching Useful for debugging or testing when using --tmpdir.
author Patrick Mezard <pmezard@gmail.com>
date Sun, 26 Apr 2009 16:30:37 +0200
parents 683d8ebcf434
children d30a21594812
comparison
equal deleted inserted replaced
8168:8766fee6f225 8169:6584953be356
121 The options shown are the defaults. 121 The options shown are the defaults.
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)
127 Set to False to disable remote log caching, for testing and
128 debugging purposes.
126 --config convert.cvsps.fuzz=60 (integer) 129 --config convert.cvsps.fuzz=60 (integer)
127 Specify the maximum time (in seconds) that is allowed 130 Specify the maximum time (in seconds) that is allowed
128 between commits with identical user and log message in a 131 between commits with identical user and log message in a
129 single changeset. When very large files were checked in as 132 single changeset. When very large files were checked in as
130 part of a changeset then the default may not be long 133 part of a changeset then the default may not be long