Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgRepository.java @ 280:35125450c804
Erroneous and slow status for working copies based on non-tip revision
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 02 Sep 2011 13:40:09 +0200 |
parents | a6d19adc2636 |
children | 7232b94f2ae3 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgRepository.java Wed Aug 31 23:22:18 2011 +0200 +++ b/src/org/tmatesoft/hg/repo/HgRepository.java Fri Sep 02 13:40:09 2011 +0200 @@ -271,6 +271,7 @@ } // XXX package-local, unless there are cases when required from outside (guess, working dir/revision walkers may hide dirstate access and no public visibility needed) + // XXX consider passing Path pool or factory to produce (shared) Path instead of Strings /*package-local*/ final HgDirstate loadDirstate() { return new HgDirstate(this, new File(repoDir, "dirstate")); }