comparison src/org/tmatesoft/hg/core/HgFileRevision.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 ee8264d80747
children 31a89587eb04
comparison
equal deleted inserted replaced
422:5d1cc7366d04 423:9c9c442b5f2e
15 * contact TMate Software at support@hg4j.com 15 * contact TMate Software at support@hg4j.com
16 */ 16 */
17 package org.tmatesoft.hg.core; 17 package org.tmatesoft.hg.core;
18 18
19 import org.tmatesoft.hg.repo.HgDataFile; 19 import org.tmatesoft.hg.repo.HgDataFile;
20 import org.tmatesoft.hg.repo.HgInvalidControlFileException;
21 import org.tmatesoft.hg.repo.HgInvalidRevisionException;
20 import org.tmatesoft.hg.repo.HgManifest; 22 import org.tmatesoft.hg.repo.HgManifest;
21 import org.tmatesoft.hg.repo.HgManifest.Flags; 23 import org.tmatesoft.hg.repo.HgManifest.Flags;
22 import org.tmatesoft.hg.repo.HgRepository; 24 import org.tmatesoft.hg.repo.HgRepository;
23 import org.tmatesoft.hg.util.ByteChannel; 25 import org.tmatesoft.hg.util.ByteChannel;
24 import org.tmatesoft.hg.util.CancelledException; 26 import org.tmatesoft.hg.util.CancelledException;