Mercurial > hg4j
diff src/org/tmatesoft/hg/core/Cset.java @ 74:6f1b88693d48
Complete refactoring to org.tmatesoft
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 24 Jan 2011 03:14:45 +0100 |
parents | e21df6259f83 |
children | 25f2e5d1cd8b |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/Cset.java Sun Jan 23 04:06:18 2011 +0100 +++ b/src/org/tmatesoft/hg/core/Cset.java Mon Jan 24 03:14:45 2011 +0100 @@ -21,12 +21,11 @@ import java.util.List; import org.tmatesoft.hg.core.LogCommand.FileRevision; +import org.tmatesoft.hg.repo.Changeset; +import org.tmatesoft.hg.repo.HgRepository; +import org.tmatesoft.hg.repo.StatusCollector; import org.tmatesoft.hg.util.PathPool; -import com.tmate.hgkit.ll.Changeset; -import com.tmate.hgkit.ll.HgRepository; -import com.tmate.hgkit.ll.Nodeid; -import com.tmate.hgkit.ll.StatusCollector; /** * TODO rename to Changeset along with original Changeset moved to .repo and renamed to HgChangeset?