Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/RepositoryTreeWalker.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 | 64bddc2dcc0e |
| children | bf304cb14247 |
comparison
equal
deleted
inserted
replaced
| 73:0d279bcc4442 | 74:6f1b88693d48 |
|---|---|
| 14 * the terms of a license other than GNU General Public License | 14 * the terms of a license other than GNU General Public License |
| 15 * contact TMate Software at support@svnkit.com | 15 * contact TMate Software at support@svnkit.com |
| 16 */ | 16 */ |
| 17 package org.tmatesoft.hg.core; | 17 package org.tmatesoft.hg.core; |
| 18 | 18 |
| 19 import static com.tmate.hgkit.ll.HgRepository.TIP; | 19 import static org.tmatesoft.hg.repo.HgRepository.TIP; |
| 20 | 20 |
| 21 import java.util.ConcurrentModificationException; | 21 import java.util.ConcurrentModificationException; |
| 22 import java.util.LinkedHashMap; | 22 import java.util.LinkedHashMap; |
| 23 import java.util.LinkedList; | 23 import java.util.LinkedList; |
| 24 import java.util.List; | 24 import java.util.List; |
| 25 | 25 |
| 26 import org.tmatesoft.hg.core.LogCommand.FileRevision; | 26 import org.tmatesoft.hg.core.LogCommand.FileRevision; |
| 27 import org.tmatesoft.hg.repo.HgManifest; | |
| 28 import org.tmatesoft.hg.repo.HgRepository; | |
| 27 import org.tmatesoft.hg.util.PathPool; | 29 import org.tmatesoft.hg.util.PathPool; |
| 28 | 30 |
| 29 import com.tmate.hgkit.ll.HgManifest; | |
| 30 import com.tmate.hgkit.ll.HgRepository; | |
| 31 import com.tmate.hgkit.ll.Nodeid; | |
| 32 | 31 |
| 33 /** | 32 /** |
| 34 * | 33 * |
| 35 * @author Artem Tikhomirov | 34 * @author Artem Tikhomirov |
| 36 * @author TMate Software Ltd. | 35 * @author TMate Software Ltd. |
