Mercurial > hg4j
comparison 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 |
comparison
equal
deleted
inserted
replaced
73:0d279bcc4442 | 74:6f1b88693d48 |
---|---|
19 import java.util.ArrayList; | 19 import java.util.ArrayList; |
20 import java.util.Collections; | 20 import java.util.Collections; |
21 import java.util.List; | 21 import java.util.List; |
22 | 22 |
23 import org.tmatesoft.hg.core.LogCommand.FileRevision; | 23 import org.tmatesoft.hg.core.LogCommand.FileRevision; |
24 import org.tmatesoft.hg.repo.Changeset; | |
25 import org.tmatesoft.hg.repo.HgRepository; | |
26 import org.tmatesoft.hg.repo.StatusCollector; | |
24 import org.tmatesoft.hg.util.PathPool; | 27 import org.tmatesoft.hg.util.PathPool; |
25 | 28 |
26 import com.tmate.hgkit.ll.Changeset; | |
27 import com.tmate.hgkit.ll.HgRepository; | |
28 import com.tmate.hgkit.ll.Nodeid; | |
29 import com.tmate.hgkit.ll.StatusCollector; | |
30 | 29 |
31 /** | 30 /** |
32 * TODO rename to Changeset along with original Changeset moved to .repo and renamed to HgChangeset? | 31 * TODO rename to Changeset along with original Changeset moved to .repo and renamed to HgChangeset? |
33 * Not thread-safe, don't try to read from different threads | 32 * Not thread-safe, don't try to read from different threads |
34 * | 33 * |