comparison src/org/tmatesoft/hg/internal/Internals.java @ 530:0f6fa88e2162

Towards commit command: refactor clone, extract pieces to reuse. Describe a defect discovered when bundle has few patches with 0,0 parents
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 23 Jan 2013 17:46:12 +0100
parents 2f9ed6bcefa2
children 9edfd5a223b8
comparison
equal deleted inserted replaced
529:95bdcf75e71e 530:0f6fa88e2162
86 * file and use Hg4J-specific value instead. 86 * file and use Hg4J-specific value instead.
87 * 87 *
88 * Integer value, use negative for attempts to acquire lock until success, and zero to try once and fail immediately. 88 * Integer value, use negative for attempts to acquire lock until success, and zero to try once and fail immediately.
89 */ 89 */
90 public static final String CFG_PROPERTY_FS_LOCK_TIMEOUT = "hg4j.fs.lock.timeout"; 90 public static final String CFG_PROPERTY_FS_LOCK_TIMEOUT = "hg4j.fs.lock.timeout";
91 91
92 public static final int REVLOGV1_RECORD_SIZE = 64;
93
92 private List<Filter.Factory> filterFactories; 94 private List<Filter.Factory> filterFactories;
93 private final HgRepository repo; 95 private final HgRepository repo;
94 private final File repoDir; 96 private final File repoDir;
95 private final boolean isCaseSensitiveFileSystem; 97 private final boolean isCaseSensitiveFileSystem;
96 private final boolean shallCacheRevlogsInRepo; 98 private final boolean shallCacheRevlogsInRepo;