Mercurial > hg4j
comparison src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.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 | b19f0ac5ee62 |
children | 8248aae33f7d |
comparison
equal
deleted
inserted
replaced
132:6778075cd2b4 | 133:4a948ec83980 |
---|---|
29 import java.util.Collections; | 29 import java.util.Collections; |
30 import java.util.Set; | 30 import java.util.Set; |
31 import java.util.TreeSet; | 31 import java.util.TreeSet; |
32 | 32 |
33 import org.tmatesoft.hg.core.Nodeid; | 33 import org.tmatesoft.hg.core.Nodeid; |
34 import org.tmatesoft.hg.core.Path; | |
35 import org.tmatesoft.hg.internal.FilterByteChannel; | 34 import org.tmatesoft.hg.internal.FilterByteChannel; |
36 import org.tmatesoft.hg.repo.HgStatusCollector.ManifestRevisionInspector; | 35 import org.tmatesoft.hg.repo.HgStatusCollector.ManifestRevisionInspector; |
37 import org.tmatesoft.hg.util.ByteChannel; | 36 import org.tmatesoft.hg.util.ByteChannel; |
38 import org.tmatesoft.hg.util.FileWalker; | 37 import org.tmatesoft.hg.util.FileWalker; |
38 import org.tmatesoft.hg.util.Path; | |
39 import org.tmatesoft.hg.util.PathPool; | 39 import org.tmatesoft.hg.util.PathPool; |
40 import org.tmatesoft.hg.util.PathRewrite; | 40 import org.tmatesoft.hg.util.PathRewrite; |
41 | 41 |
42 /** | 42 /** |
43 * | 43 * |