Mercurial > jhg
comparison src/org/tmatesoft/hg/internal/ChangelogHelper.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 | 645829962785 |
| children | 1c1891ad1c73 |
comparison
equal
deleted
inserted
replaced
| 132:6778075cd2b4 | 133:4a948ec83980 |
|---|---|
| 16 */ | 16 */ |
| 17 package org.tmatesoft.hg.internal; | 17 package org.tmatesoft.hg.internal; |
| 18 | 18 |
| 19 import java.util.TreeMap; | 19 import java.util.TreeMap; |
| 20 | 20 |
| 21 import org.tmatesoft.hg.core.Path; | |
| 22 import org.tmatesoft.hg.repo.HgChangelog.Changeset; | 21 import org.tmatesoft.hg.repo.HgChangelog.Changeset; |
| 23 import org.tmatesoft.hg.repo.HgDataFile; | 22 import org.tmatesoft.hg.repo.HgDataFile; |
| 24 import org.tmatesoft.hg.repo.HgInternals; | 23 import org.tmatesoft.hg.repo.HgInternals; |
| 25 import org.tmatesoft.hg.repo.HgRepository; | 24 import org.tmatesoft.hg.repo.HgRepository; |
| 25 import org.tmatesoft.hg.util.Path; | |
| 26 | 26 |
| 27 /** | 27 /** |
| 28 * | 28 * |
| 29 * @author Artem Tikhomirov | 29 * @author Artem Tikhomirov |
| 30 * @author TMate Software Ltd. | 30 * @author TMate Software Ltd. |
