graph
- Do not walk into nested repositories at all, ignore not only .hg but whole nested repo2012-06-20, by Artem Tikhomirov
- Removed 'experimental' tag from Pair2012-06-20, by Artem Tikhomirov
- Run tests with gradle2012-06-19, by Artem Tikhomirov
- Tests: with more precise relations for files/dirs, ImmediateChild is the right expectation2012-06-19, by Artem Tikhomirov
- Get rid of ambiguity in method name2012-06-18, by Artem Tikhomirov
- Refactor LogFacility and SessionContext, better API for both2012-06-18, by Artem Tikhomirov
- Added option to turn detection of copied files off during status operationsmartgit3 2012-06-18, by Artem Tikhomirov
- oth.util.Status renamed to Outcome as the noun is too overloaded, especially in scm2012-06-13, by Artem Tikhomirov
- 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
- Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level2012-03-23, by Artem Tikhomirov
- Added tag v0.8.5 for changeset fdd7d756dea0. Point before major exceptions refactoring2012-03-23, by Artem Tikhomirov
- Allow IOException from DataAccess methods for subclasses with non-trivial implementations, to avoid exception dumps when inapropriatev0.8.5 2012-03-22, by Artem Tikhomirov
- Respect long offsets in revlogs2012-03-22, by Artem Tikhomirov
- Clean javadoc to fix obvious warnings2012-03-22, by Artem Tikhomirov
- A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc2012-03-22, by Artem Tikhomirov
- New and better name for HgFileInformer - HgChangesetFileSneaker. Explain (comments) ties between HgManifest, HgDataFile, HgChangesetFileSneaker and reasons for method placement2012-03-22, by Artem Tikhomirov
- Better names - non-confusing and aligned with the rest of API2012-03-22, by Artem Tikhomirov
- Explicit constant for regular file flags, access to flags for a given file revision2012-03-22, by Artem Tikhomirov
- Pull changes from smartgit3 branch2012-03-21, by Artem Tikhomirov
- Support and respect for symbolic links and executable flag, with /bin/ls backed implementation to discover these2012-03-21, by Artem Tikhomirov
- Follow-up for Issue 29: unify path translation for manifest and dirstatesmartgit3 2012-03-21, by Artem Tikhomirov
- Issue 29: Bad storage path translation - translate Unicode chars to filesystem encodingsmartgit3 2012-03-20, by Artem Tikhomirov
- Fixed test to pass in a branch other than defaultsmartgit3 2012-03-16, by Artem Tikhomirov
- Support glob path pattern rewrite to facilitate use of globs with Windows path separatorsmartgit3 2012-03-16, by Artem Tikhomirov
- Issue 28: support hgignore entries with syntax prefixsmartgit3 2012-03-16, by Artem Tikhomirov
- Better multiline log printout; options to tune default log outputsmartgit3 2012-03-16, by Artem Tikhomirov
- Less meaningless package descriptions2012-03-15, by Artem Tikhomirov
- Add an explicit constant instead of -1 to indicate 'no revision' case2012-03-14, by Artem Tikhomirov
- Provide more detailed information on erroneous file operationsmartgit3 2012-03-05, by Artem Tikhomirov
- FIXMEs: work on exceptions and javadoc2012-03-05, by Artem Tikhomirov
- FIXMEs/javadoc2012-02-27, by Artem Tikhomirov