Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/ChangesetTransformer.java @ 364:ac8e1ce67730
Expose errors dealign with Mercurial internals with Exceptions
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 09 Dec 2011 02:09:22 +0100 |
parents | a674b8590362 |
children | 2fadf8695f8a |
comparison
equal
deleted
inserted
replaced
363:d9dfa9fe9cec | 364:ac8e1ce67730 |
---|---|
28 import org.tmatesoft.hg.util.PathRewrite; | 28 import org.tmatesoft.hg.util.PathRewrite; |
29 import org.tmatesoft.hg.util.ProgressSupport; | 29 import org.tmatesoft.hg.util.ProgressSupport; |
30 | 30 |
31 /** | 31 /** |
32 * Bridges {@link HgChangelog.RawChangeset} with high-level {@link HgChangeset} API | 32 * Bridges {@link HgChangelog.RawChangeset} with high-level {@link HgChangeset} API |
33 * FIXME move to .internal | 33 * FIXME move to .internal once access to package-local HgChangeset cons is resolved |
34 * | 34 * |
35 * @author Artem Tikhomirov | 35 * @author Artem Tikhomirov |
36 * @author TMate Software Ltd. | 36 * @author TMate Software Ltd. |
37 */ | 37 */ |
38 /*package-local*/ class ChangesetTransformer implements HgChangelog.Inspector { | 38 /*package-local*/ class ChangesetTransformer implements HgChangelog.Inspector { |