Mercurial > jhg
comparison src/org/tmatesoft/hg/core/HgManifestCommand.java @ 132:6778075cd2b4
Fix reference to class name in the comment
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Wed, 16 Feb 2011 20:56:43 +0100 | 
| parents | aa1629f36482 | 
| children | 4a948ec83980 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 131:aa1629f36482 | 132:6778075cd2b4 | 
|---|---|
| 101 void dir(Path p); // optionally invoked (if walker was configured to spit out directories) prior to any files from this dir and subdirs | 101 void dir(Path p); // optionally invoked (if walker was configured to spit out directories) prior to any files from this dir and subdirs | 
| 102 void file(FileRevision fileRevision); // XXX allow to check p is invalid (df.exists()) | 102 void file(FileRevision fileRevision); // XXX allow to check p is invalid (df.exists()) | 
| 103 void end(Nodeid manifestRevision); | 103 void end(Nodeid manifestRevision); | 
| 104 } | 104 } | 
| 105 | 105 | 
| 106 // I'd rather let RepositoryTreeWalker implement HgManifest.Inspector directly, but this pollutes API alot | 106 // I'd rather let HgManifestCommand implement HgManifest.Inspector directly, but this pollutes API alot | 
| 107 private class Mediator implements HgManifest.Inspector { | 107 private class Mediator implements HgManifest.Inspector { | 
| 108 private PathPool pathPool; | 108 private PathPool pathPool; | 
| 109 private List<FileRevision> manifestContent; | 109 private List<FileRevision> manifestContent; | 
| 110 private Nodeid manifestNodeid; | 110 private Nodeid manifestNodeid; | 
| 111 | 111 | 
