Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/HgChangesetFileSneaker.java @ 434:7e1912b4ce99 v0.9.0
Record few known issues while skimming through TODOs
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 30 Mar 2012 17:11:39 +0200 |
parents | 31a89587eb04 |
children | 36fd1fd06492 |
comparison
equal
deleted
inserted
replaced
433:be697c3e951e | 434:7e1912b4ce99 |
---|---|
45 * | 45 * |
46 * @see HgManifest#getFileRevision(int, Path) | 46 * @see HgManifest#getFileRevision(int, Path) |
47 * @author Artem Tikhomirov | 47 * @author Artem Tikhomirov |
48 * @author TMate Software Ltd. | 48 * @author TMate Software Ltd. |
49 */ | 49 */ |
50 public class HgChangesetFileSneaker {// TODO mark final once HgFileInformer gone | 50 public final class HgChangesetFileSneaker { |
51 | 51 |
52 private final HgRepository repo; | 52 private final HgRepository repo; |
53 private boolean followRenames; | 53 private boolean followRenames; |
54 private Nodeid cset; | 54 private Nodeid cset; |
55 private ManifestRevision cachedManifest; | 55 private ManifestRevision cachedManifest; |