Mercurial > hg4j
diff src/org/tmatesoft/hg/internal/Internals.java @ 83:a5275143664c
Complete path hash calculation of fncache requirement
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 25 Jan 2011 22:44:14 +0100 |
parents | 6f1b88693d48 |
children | a3a2e5deb320 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/Internals.java Tue Jan 25 04:14:42 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/Internals.java Tue Jan 25 22:44:14 2011 +0100 @@ -33,7 +33,7 @@ private int revlogVersion = 0; private int requiresFlags = 0; - void setStorageConfig(int version, int flags) { + public/*for tests, otherwise pkg*/ void setStorageConfig(int version, int flags) { revlogVersion = version; requiresFlags = flags; }