comparison src/org/tmatesoft/hg/internal/ChangelogHelper.java @ 423:9c9c442b5f2e

Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 23 Mar 2012 22:51:18 +0100
parents 6e37c7168585
children 6526d8adbc0f
comparison
equal deleted inserted replaced
422:5d1cc7366d04 423:9c9c442b5f2e
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@hg4j.com 15 * contact TMate Software at support@hg4j.com
16 */ 16 */
17 package org.tmatesoft.hg.internal; 17 package org.tmatesoft.hg.internal;
18 18
19 import org.tmatesoft.hg.core.HgInvalidControlFileException;
20 import org.tmatesoft.hg.repo.HgChangelog.RawChangeset; 19 import org.tmatesoft.hg.repo.HgChangelog.RawChangeset;
21 import org.tmatesoft.hg.repo.HgDataFile; 20 import org.tmatesoft.hg.repo.HgDataFile;
22 import org.tmatesoft.hg.repo.HgInternals; 21 import org.tmatesoft.hg.repo.HgInternals;
22 import org.tmatesoft.hg.repo.HgInvalidControlFileException;
23 import org.tmatesoft.hg.repo.HgRepository; 23 import org.tmatesoft.hg.repo.HgRepository;
24 import org.tmatesoft.hg.util.Path; 24 import org.tmatesoft.hg.util.Path;
25 25
26 /** 26 /**
27 * 27 *