Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgRepository.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 | c0cc2535462c |
children | 8248aae33f7d |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgRepository.java Wed Feb 16 20:56:43 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgRepository.java Wed Feb 16 20:59:39 2011 +0100 @@ -24,13 +24,13 @@ import java.util.HashMap; import java.util.List; -import org.tmatesoft.hg.core.Path; import org.tmatesoft.hg.internal.ConfigFile; import org.tmatesoft.hg.internal.DataAccessProvider; import org.tmatesoft.hg.internal.Filter; import org.tmatesoft.hg.internal.RequiresFile; import org.tmatesoft.hg.internal.RevlogStream; import org.tmatesoft.hg.util.FileWalker; +import org.tmatesoft.hg.util.Path; import org.tmatesoft.hg.util.PathRewrite;