Mercurial > jhg
comparison src/org/tmatesoft/hg/repo/HgRepository.java @ 445:d0e5dc3cae6e smartgit3
Support for phases functionality from Mercurial 2.1
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Tue, 05 Jun 2012 20:50:06 +0200 |
| parents | 63c5a9d7ca3f |
| children | 7bcfbc255f48 |
comparison
equal
deleted
inserted
replaced
| 412:63c5a9d7ca3f | 445:d0e5dc3cae6e |
|---|---|
| 68 | 68 |
| 69 private final File repoDir; // .hg folder | 69 private final File repoDir; // .hg folder |
| 70 private final File workingDir; // .hg/../ | 70 private final File workingDir; // .hg/../ |
| 71 private final String repoLocation; | 71 private final String repoLocation; |
| 72 private final DataAccessProvider dataAccess; | 72 private final DataAccessProvider dataAccess; |
| 73 private final PathRewrite normalizePath; | 73 private final PathRewrite normalizePath; // normalized slashes but otherwise regular file names |
| 74 private final PathRewrite dataPathHelper; | 74 private final PathRewrite dataPathHelper; // access to file storage area (usually under .hg/store/data/), with filenames mangled |
| 75 private final PathRewrite repoPathHelper; | 75 private final PathRewrite repoPathHelper; // access to system files |
| 76 private final SessionContext sessionContext; | 76 private final SessionContext sessionContext; |
| 77 | 77 |
| 78 private HgChangelog changelog; | 78 private HgChangelog changelog; |
| 79 private HgManifest manifest; | 79 private HgManifest manifest; |
| 80 private HgTags tags; | 80 private HgTags tags; |
