Mercurial > hg4j
diff 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 |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Manifest.java Wed Feb 16 20:56:43 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Manifest.java Wed Feb 16 20:59:39 2011 +0100 @@ -20,10 +20,10 @@ import org.tmatesoft.hg.core.HgLogCommand.FileRevision; import org.tmatesoft.hg.core.Nodeid; -import org.tmatesoft.hg.core.Path; import org.tmatesoft.hg.core.HgManifestCommand; import org.tmatesoft.hg.repo.HgManifest; import org.tmatesoft.hg.repo.HgRepository; +import org.tmatesoft.hg.util.Path; /**