Mercurial > hg4j
diff 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 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/Internals.java Mon Jan 21 19:41:51 2013 +0100 +++ b/src/org/tmatesoft/hg/internal/Internals.java Wed Jan 23 17:46:12 2013 +0100 @@ -88,7 +88,9 @@ * Integer value, use negative for attempts to acquire lock until success, and zero to try once and fail immediately. */ public static final String CFG_PROPERTY_FS_LOCK_TIMEOUT = "hg4j.fs.lock.timeout"; - + + public static final int REVLOGV1_RECORD_SIZE = 64; + private List<Filter.Factory> filterFactories; private final HgRepository repo; private final File repoDir;