Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/HgStatus.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 | 528b6780a8bd |
| children | 31a89587eb04 |
comparison
equal
deleted
inserted
replaced
| 422:5d1cc7366d04 | 423:9c9c442b5f2e |
|---|---|
| 18 | 18 |
| 19 import java.io.File; | 19 import java.io.File; |
| 20 import java.util.Date; | 20 import java.util.Date; |
| 21 | 21 |
| 22 import org.tmatesoft.hg.internal.ChangelogHelper; | 22 import org.tmatesoft.hg.internal.ChangelogHelper; |
| 23 import org.tmatesoft.hg.repo.HgInvalidControlFileException; | |
| 23 import org.tmatesoft.hg.repo.HgChangelog.RawChangeset; | 24 import org.tmatesoft.hg.repo.HgChangelog.RawChangeset; |
| 24 import org.tmatesoft.hg.util.Path; | 25 import org.tmatesoft.hg.util.Path; |
| 25 | 26 |
| 26 /** | 27 /** |
| 27 * Repository file status and extra handy information. | 28 * Repository file status and extra handy information. |
