comparison tests/test-convert.out @ 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
106 The options shown are the defaults. 106 The options shown are the defaults.
107 107
108 Internal cvsps is selected by setting 108 Internal cvsps is selected by setting
109 --config convert.cvsps=builtin 109 --config convert.cvsps=builtin
110 and has a few more configurable options: 110 and has a few more configurable options:
111 --config convert.cvsps.cache=True (boolean)
112 Set to False to disable remote log caching, for testing and
113 debugging purposes.
111 --config convert.cvsps.fuzz=60 (integer) 114 --config convert.cvsps.fuzz=60 (integer)
112 Specify the maximum time (in seconds) that is allowed 115 Specify the maximum time (in seconds) that is allowed
113 between commits with identical user and log message in a 116 between commits with identical user and log message in a
114 single changeset. When very large files were checked in as 117 single changeset. When very large files were checked in as
115 part of a changeset then the default may not be long 118 part of a changeset then the default may not be long