comparison src/org/tmatesoft/hg/core/HgChangeset.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 aa1629f36482
children 37a34044e6bd
comparison
equal deleted inserted replaced
132:6778075cd2b4 133:4a948ec83980
22 22
23 import org.tmatesoft.hg.core.HgLogCommand.FileRevision; 23 import org.tmatesoft.hg.core.HgLogCommand.FileRevision;
24 import org.tmatesoft.hg.repo.HgChangelog.Changeset; 24 import org.tmatesoft.hg.repo.HgChangelog.Changeset;
25 import org.tmatesoft.hg.repo.HgRepository; 25 import org.tmatesoft.hg.repo.HgRepository;
26 import org.tmatesoft.hg.repo.HgStatusCollector; 26 import org.tmatesoft.hg.repo.HgStatusCollector;
27 import org.tmatesoft.hg.util.Path;
27 import org.tmatesoft.hg.util.PathPool; 28 import org.tmatesoft.hg.util.PathPool;
28 29
29 30
30 /** 31 /**
31 * Record in the Mercurial changelog, describing single commit. 32 * Record in the Mercurial changelog, describing single commit.