log src/org/tmatesoft/hg/core/HgCloneCommand.java @ 440:299870249a28

age author description
2012-03-29 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
2012-03-23 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
2012-03-22 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
2012-02-16 Artem Tikhomirov Handle missing manifest revision case (brought up with Issue 23), do my best to report missing manifests when walking few manifest revisions
2011-12-06 Artem Tikhomirov Clean internal classes from public API v0.7.0
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
2011-09-14 Artem Tikhomirov Refactor PathRewrite to accept any char sequence, not only string
2011-08-25 Artem Tikhomirov Use Nodeid.isNull check instead of NULL.equals
2011-04-26 Artem Tikhomirov Add clone,incoming and outging tests
2011-04-26 Artem Tikhomirov Basic test for HgIncomingCommand. Fix RepositoryComparator for cases when whole repository is unknown. Respect freshly initialized (empty) repositories in general.
2011-04-14 Artem Tikhomirov More debug printouts
2011-04-13 Artem Tikhomirov Clone refactored into a command. HgBundle needs means to control its lifecycle, to be deleted when no longer needed