comparison src/org/tmatesoft/hg/core/HgManifestCommand.java @ 133:4a948ec83980

core.Path to util.Path as it's not Hg repo dependant
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 16 Feb 2011 20:59:39 +0100
parents 6778075cd2b4
children 37a34044e6bd
comparison
equal deleted inserted replaced
132:6778075cd2b4 133:4a948ec83980
24 import java.util.List; 24 import java.util.List;
25 25
26 import org.tmatesoft.hg.core.HgLogCommand.FileRevision; 26 import org.tmatesoft.hg.core.HgLogCommand.FileRevision;
27 import org.tmatesoft.hg.repo.HgManifest; 27 import org.tmatesoft.hg.repo.HgManifest;
28 import org.tmatesoft.hg.repo.HgRepository; 28 import org.tmatesoft.hg.repo.HgRepository;
29 import org.tmatesoft.hg.util.Path;
29 import org.tmatesoft.hg.util.PathPool; 30 import org.tmatesoft.hg.util.PathPool;
30 31
31 32
32 /** 33 /**
33 * Gives access to list of files in each revision (Mercurial manifest information), 'hg manifest' counterpart. 34 * Gives access to list of files in each revision (Mercurial manifest information), 'hg manifest' counterpart.