Mercurial > hg4j
comparison cmdline/org/tmatesoft/hg/console/Manifest.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 | b9700740553a |
comparison
equal
deleted
inserted
replaced
132:6778075cd2b4 | 133:4a948ec83980 |
---|---|
18 | 18 |
19 import static org.tmatesoft.hg.repo.HgRepository.TIP; | 19 import static org.tmatesoft.hg.repo.HgRepository.TIP; |
20 | 20 |
21 import org.tmatesoft.hg.core.HgLogCommand.FileRevision; | 21 import org.tmatesoft.hg.core.HgLogCommand.FileRevision; |
22 import org.tmatesoft.hg.core.Nodeid; | 22 import org.tmatesoft.hg.core.Nodeid; |
23 import org.tmatesoft.hg.core.Path; | |
24 import org.tmatesoft.hg.core.HgManifestCommand; | 23 import org.tmatesoft.hg.core.HgManifestCommand; |
25 import org.tmatesoft.hg.repo.HgManifest; | 24 import org.tmatesoft.hg.repo.HgManifest; |
26 import org.tmatesoft.hg.repo.HgRepository; | 25 import org.tmatesoft.hg.repo.HgRepository; |
26 import org.tmatesoft.hg.util.Path; | |
27 | 27 |
28 | 28 |
29 /** | 29 /** |
30 * | 30 * |
31 * @author Artem Tikhomirov | 31 * @author Artem Tikhomirov |