Mercurial > jhg
log src/org/tmatesoft/hg/internal/RepositoryComparator.java @ 217:e39cf474ef94
age | author | description |
---|---|---|
2011-05-16 | Artem Tikhomirov | Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException |
2011-04-28 | Artem Tikhomirov | Wrong parent assignment when building branch chain |
2011-04-28 | Artem Tikhomirov | Few branches (distinct BranchChains from distinct heads) may end up with same nodes. Building BC structure fixed to reuse chain elements |
2011-04-28 | Artem Tikhomirov | Conditional debug printouts |
2011-04-28 | Artem Tikhomirov | Sample command line tools for incoming/outgoing to use commands |
2011-04-26 | Artem Tikhomirov | Basic test for HgOutgoingCommand. Handle cases with no outgoing changes in RepositoryComparator |
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. |