graph
- Artifacts upload using gradle build2012-06-13, by Artem Tikhomirov
- Moving towards gradle build2012-06-12, by Artem Tikhomirov
- HgBadStateException in ParentWalker.assertSortedIndex when phaseroots lists non-existent revisionsmartgit3 2012-06-08, by Artem Tikhomirov
- Share PhasesHelper instance among few HgChangesets (mostly affects HgChangesetTreeHandler case)smartgit3 2012-06-07, by Artem Tikhomirov
- Speed up changeset phase detection when no parent cache is avalablesmartgit3 2012-06-07, by Artem Tikhomirov
- Issue 31: Revlog#walk() fails with AIOOBE when start > 0smartgit3 2012-06-06, by Artem Tikhomirov
- Cache earliest phase root revision not to evaluate all the timesmartgit3 2012-06-06, by Artem Tikhomirov
- Workaround for a Revlog#walk defect for the price of (almost) complete repo walksmartgit3 2012-06-05, by Artem Tikhomirov
- Support for phases functionality from Mercurial 2.1smartgit3 2012-06-05, by Artem Tikhomirov
- Few comments that emerged while working on examples2012-05-15, by Artem Tikhomirov
- Path to tell immediate parent-child relationship; more powerful scope impl; tests for both2012-05-04, by Artem Tikhomirov
- Tests for subrepo API, refactor status tests for reuse, better subrepos API2012-04-27, by Artem Tikhomirov
- Don't use methods not available in Java 52012-04-26, by Artem Tikhomirov
- Issue 30: bogus IOException for mmap file on linux2012-04-19, by Artem Tikhomirov
- NPE when revisionIndex is set but not revision2012-04-19, by Artem Tikhomirov
- Yet another alternative to collect tags for a file2012-04-19, by Artem Tikhomirov
- Better argument names2012-04-17, by Artem Tikhomirov
- Updated sample to map changeset and file revisions2012-04-17, by Artem Tikhomirov
- Added tag v0.9.0 for changeset 7e1912b4ce992012-03-30, by Artem Tikhomirov
- Record few known issues while skimming through TODOsv0.9.0 2012-03-30, by Artem Tikhomirov
- Revlog.RevisionMap helper class got promoted as TLC, renamed to HgRevisionMap2012-03-30, by Artem Tikhomirov
- Revlog.ParentWalker helper class got promoted as TLC, renamed to HgParentChildMap2012-03-30, by Artem Tikhomirov
- FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces2012-03-29, by Artem Tikhomirov
- branch information is not directly related to dirstate, clean API from this dependency2012-03-29, by Artem Tikhomirov
- FIXMEs: javadoc, proper use of constants2012-03-29, by Artem Tikhomirov
- Actual 'hello' check of the remote server/connection2012-03-29, by Artem Tikhomirov
- FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api2012-03-29, by Artem Tikhomirov
- HgManifest#getFileRevisions refactored into #walkFileRevisions to match pattern throught rest of the library2012-03-28, by Artem Tikhomirov
- FIXMEs: exceptions, javadoc2012-03-28, by Artem Tikhomirov
- Deprecated code removed2012-03-28, by Artem Tikhomirov