graph
- Deprecated code removed2013-06-11, by Artem Tikhomirov
- Issue 46: Files with backslashes (legal on Linux) cause troublessmartgit-4.5 2013-06-06, by Artem Tikhomirov
- AIOOBE in HgManifest.RevisionMapper: provide more details about exception context. Create lock file atomically. Picked from changeset 8a5cdcb27b8fsmartgit-4.5 2013-06-07, by Artem Tikhomirov
- HgInitCommand: expose repo init functionality2013-06-07, by Artem Tikhomirov
- HgCommitCommand: save last commit message2013-06-06, by Artem Tikhomirov
- Compound test scenario for checkout, add, remove, revert and commit2013-06-06, by Artem Tikhomirov
- Issue 46: Files with backslashes (legal on Linux) cause troubles2013-06-06, by Artem Tikhomirov
- Added tag v1.1rc2 for changeset 54e16ab771ec2013-05-30, by Artem Tikhomirov
- Progress/cancel for HgDiffCommand. Renamed execute methodv1.1rc2 2013-05-30, by Artem Tikhomirov
- AIOOBE in HgManifest.RevisionMapper. Provide more details about exception context. Create lock file atomically. Test concurrent pull-rebase and read2013-05-30, by Artem Tikhomirov
- HgDiffCommand. Do not use deprecated code. Javadoc2013-05-23, by Artem Tikhomirov
- Diff/blame methods as command, their residence in HgDataFile was a mistake2013-05-22, by Artem Tikhomirov
- Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions2013-05-22, by Artem Tikhomirov
- Added tag v1.1rc1 for changeset 5afc7eedb3dd2013-05-21, by Artem Tikhomirov
- @since, TODOs. Tests: add 1 sec to deal with fs timestamp granularity on linuxv1.1rc1 2013-05-21, by Artem Tikhomirov
- Refactor internals of blame support, tests2013-05-21, by Artem Tikhomirov
- FIXMEs and TODOs: pay some technical debt2013-05-20, by Artem Tikhomirov
- Update tests for Windows; TestCommit: use copy of a repo (not clone) to preserve old timestamps2013-05-20, by Artem Tikhomirov
- Update to comply with Java 1.5 target2013-05-20, by Artem Tikhomirov
- RevlogStream: be aware of existence (not HgDataFile), facilitate use of an added HgDataFile over a commit; Rollback: be more sensitive about file changes (file size is not enough: write/rollback leaves it intact); tests2013-05-18, by Artem Tikhomirov
- Do not cache branch value of working copy as it's not possible to refresh it after commit now2013-05-18, by Artem Tikhomirov
- Close FIS, not FileChannel, to clear both references to FileDescriptor right away2013-05-17, by Artem Tikhomirov
- Refactor approach how content finds it way down to a commit revision2013-05-16, by Artem Tikhomirov
- Rollback support for commands that modify repository. Strategy to keep complete copy of a file being changed2013-05-15, by Artem Tikhomirov
- encode directories as demanded by fncache format2013-05-14, by Artem Tikhomirov
- Test for repository locks2013-05-13, by Artem Tikhomirov
- Added tag v1.1m4 for changeset f41dd9a3b8af2013-05-10, by Artem Tikhomirov
- Remove few Experimental annotations as the API they've marked graduatesv1.1m4 2013-05-10, by Artem Tikhomirov
- Test tags, branches and hgingore information get refreshed on external (and/or internal) change2013-05-10, by Artem Tikhomirov
- Tests for tailored sections in HgRepoConfig2013-05-09, by Artem Tikhomirov
- Refresh tags, branches, bookmarks and ignore when their files (or csets in the repo) are changed2013-05-09, by Artem Tikhomirov
- Test TODOs: test for ConfigFile (covering %include and %unset directives)2013-05-08, by Artem Tikhomirov
- Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments2013-05-07, by Artem Tikhomirov
- Refresh revlogs if a change to a file has been detected; do not force reload of the whole repository2013-05-07, by Artem Tikhomirov
- Avoid mmap files when only few bytes are to be read2013-05-07, by Artem Tikhomirov
- Commit: update active bookmark with new revision2013-05-06, by Artem Tikhomirov
- Use nodeid reverse lookup speedup cache for #isKnown, if available2013-05-06, by Artem Tikhomirov
- Refactor HgBlameFacility: relevant action methods moved to proper home (HgDataFile), as facility doesn't provide anything but packaging of relevant methods/interfaces2013-05-06, by Artem Tikhomirov
- Refactor metadata parsing in HgDataFile, moved to standalone class2013-05-06, by Artem Tikhomirov
- Remove debug timestamps2013-05-06, by Artem Tikhomirov
- Utilize RevisionLookup to speed-up getRevisionIndex of both manifest and changelog2013-05-03, by Artem Tikhomirov
- Do not instantiate intermediate arrays2013-05-03, by Artem Tikhomirov
- Utilize the fact nodeids are very different and are read anyway to speed up reverse lookup2013-05-03, by Artem Tikhomirov
- Wrap manifest revision map completion into single file access2013-05-03, by Artem Tikhomirov
- HgBlameFacility refactoring: extract code to build file history that spans renames2013-05-02, by Artem Tikhomirov
- Filter shall notify delegate about reset, too2013-05-02, by Artem Tikhomirov
- Cache only in-memory revision representations2013-05-02, by Artem Tikhomirov
- Share last revision read between #iterate() invocations, to save revision rebuild efforts when few subsequent revisions are read2013-05-02, by Artem Tikhomirov
- Command-line sample for commit command2013-05-01, by Artem Tikhomirov
- CommitFacility as internal class; refactored infrastructure around internals (access to RevlogStream)2013-04-30, by Artem Tikhomirov
- Use requested encoding in LineReader2013-04-29, by Artem Tikhomirov
- Username in changeset uses UTF-8, not system encoding2013-04-29, by Artem Tikhomirov
- Update dirstate after commit2013-04-29, by Artem Tikhomirov
- Minimize vectors re-allocating when merging patches2013-04-26, by Artem Tikhomirov
- HgCommitCommand initial support2013-04-26, by Artem Tikhomirov
- Access to base revision filed comes handy for debug sometimes2013-04-25, by Artem Tikhomirov
- Conditionally enable effective patch merge alternative for revlog reading2013-04-25, by Artem Tikhomirov
- Effective revlog patching2013-04-24, by Artem Tikhomirov
- Delegate cancel to original support, do not implement CancelSupport ourselves2013-04-22, by Artem Tikhomirov
- Progress/cancel support in new commands2013-04-22, by Artem Tikhomirov
- Respect unix flags for checkout/revert2013-04-19, by Artem Tikhomirov
- Provide means to read user-specific configuration, with no specific repository selected2013-04-17, by Artem Tikhomirov
- Throw exception if repository encountered is too old for Hg4J2013-04-17, by Artem Tikhomirov
- Enlarge inflater buffer to reduce number of inflates per read2013-04-16, by Artem Tikhomirov
- Issue 43: poor performance with InflaterDataAccess. Phase 2: inflate into buffer, effective skip and readByte/readBytes()2013-04-16, by Artem Tikhomirov
- Issue 43: poor performance with InflaterDataAccess. Phase 1: test existing code, fix defects found2013-04-16, by Artem Tikhomirov
- Improve memory consumption of HgManifest#getFileRevision(): avoid extra byte[] instances2013-04-16, by Artem Tikhomirov
- Partial blame when start/end revisions are in the middle of a single filename history2013-04-12, by Artem Tikhomirov
- Report file object in case of error to be helpful as much as possible2013-04-12, by Artem Tikhomirov
- Let session context control creation of Path instances2013-04-11, by Artem Tikhomirov
- Tests for HgAnnotateCommand with follow/no-follow option2013-04-11, by Artem Tikhomirov
- Support for copy/rename follow/no-follow for annotate2013-04-10, by Artem Tikhomirov
- Blame facility refactored, get ready for follow/no-follow support2013-04-10, by Artem Tikhomirov
- Added tag v1.1m3 for changeset 32453f30de072013-04-09, by Artem Tikhomirov
- Annotate command with command-line examplev1.1m3 2013-04-09, by Artem Tikhomirov
- Refactor common code to initialize changelog revision for a command into standalone class2013-04-09, by Artem Tikhomirov
- Recognize re: in-line prefix for regular expressions as native client does, despite silence in hgingore.52013-04-03, by Artem Tikhomirov
- HgCheckoutCommand: clean parameter, discard changes in WD, test for clean checkout2013-02-28, by Artem Tikhomirov
- Allow HgBlameFacility.Inspector (former BlockInspector) to throw an exception2013-02-28, by Artem Tikhomirov
- Do not process child revisions before all possible parent paths were visited2013-02-27, by Artem Tikhomirov
- Exception when no blocks from merged revision were reported and merge parent was not recorded for future use2013-02-26, by Artem Tikhomirov
- Commit: tests and fixes for defects discovered2013-02-25, by Artem Tikhomirov
- Annotate: refactor/reuse range handling code2013-02-25, by Artem Tikhomirov
- Annotate: Line annotation needs true line position from merged blocks; test-annotate repo updated to show elements from both parents in the merged revision2013-02-24, by Artem Tikhomirov
- AnnotateFacility renamed to HgBlameFacility and exposed, API shapes out and got some javadoc2013-02-22, by Artem Tikhomirov
- Annotate: RevisionDescriptor provides extra knowledge about inspected/annotated revision2013-02-22, by Artem Tikhomirov
- Access to content of annotated files through BlockData interface2013-02-21, by Artem Tikhomirov
- Test (with tailored repository) for annotation of multiple revisions2013-02-21, by Artem Tikhomirov
- Annotate file changes through few revisions, walking either direction (old to new and vice versa)2013-02-20, by Artem Tikhomirov
- Better (precise) name for diff facility, tests2013-02-20, by Artem Tikhomirov
- Regression: expect file to be missing in a manifest2013-02-19, by Artem Tikhomirov
- Annotate merge revision (combined diff against two parents without looking further)2013-02-19, by Artem Tikhomirov
- Line-by-line annotation API and support code in place2013-02-18, by Artem Tikhomirov
- #getFileRevision() shall accept TIP as an argument2013-02-18, by Artem Tikhomirov
- File annotate test. Refactored FileAnnotation as standalone class, introduced LineInspector to make line offset calc code shared2013-02-18, by Artem Tikhomirov
- First round of annotate file is functional2013-02-15, by Artem Tikhomirov
- Refactor PatchGenerator to be generic and welcome sequence of any nature2013-02-15, by Artem Tikhomirov
- Report line index for insertion and deletion, test against 'hg diff' output2013-02-15, by Artem Tikhomirov
- Towards annotate/blame support: general outline of the functionality2013-02-14, by Artem Tikhomirov
- PatchGenerator: refactoring to facilitate use in annotate/blame2013-02-13, by Artem Tikhomirov
- Include commit tests into Ant's test suite2013-02-13, by Artem Tikhomirov
- Commit: handle empty repository case2013-02-13, by Artem Tikhomirov
- Commit: first working version2013-02-05, by Artem Tikhomirov
- Update javadoc for HgManifest.Inspector and fix erroneous internal API2013-02-05, by Artem Tikhomirov
- Tests: refactor various utility methods to a single location2013-02-05, by Artem Tikhomirov
- Issue 42: tolerate lines in .hgtags that do not conform to its format specification2013-02-05, by Artem Tikhomirov
- Commit: refactor revision creation code from clone command to work separately, fit into existing library structure2013-02-04, by Artem Tikhomirov
- Generate patches using diff algorithm2013-01-30, by Artem Tikhomirov
- Introduce explicit reference to base patch in bundle's group element, use it when cloning to fix defect when few revisions list null,null parents2013-01-23, by Artem Tikhomirov
- Throw specific exception when checksum calculation fails2013-01-23, by Artem Tikhomirov
- Towards commit command: refactor clone, extract pieces to reuse. Describe a defect discovered when bundle has few patches with 0,0 parents2013-01-23, by Artem Tikhomirov
- Command to schedule addition/removal of repository files2013-01-21, by Artem Tikhomirov
- Report rename when walking file history regardless of followRenames parameter, solely based on HgFileRenameHandlerMixin presence2013-01-17, by Artem Tikhomirov
- Tests for present HgCheckoutCommand functionality. Update branch information on checkout. Use UTF8 encoding for the branch file2013-01-15, by Artem Tikhomirov
- Initial support for Revert command with accompanying minor refactoring2013-01-15, by Artem Tikhomirov
- Repository checkout support, first iteration2013-01-11, by Artem Tikhomirov
- @since tag for HgIterateDirection2013-01-11, by Artem Tikhomirov
- Added tag v1.1m2 for changeset 2103388d40102012-12-26, by Artem Tikhomirov
- Expose option to report changesets in reversed orderv1.1m2 2012-12-26, by Artem Tikhomirov
- Cover ChangesetTreeHandler with various followRename, followAncestry and direction2012-12-26, by Artem Tikhomirov
- Experimental support for inverse direction history walking. Refactored/streamlined cancellation in HgLogCommand and down the stack2012-12-21, by Artem Tikhomirov
- Few toString() implementations to ease debug2012-12-20, by Artem Tikhomirov
- Tests for HgLogCommand#execute(HgChangesetHandler) with various combination of follow renames and ancestry2012-12-20, by Artem Tikhomirov
- Update test to use new command configuration argument (used to have followAncestry == true by default)2012-12-18, by Artem Tikhomirov
- Allow walking file rename history independently from file ancestry (native hg log --follow does both at once)2012-12-18, by Artem Tikhomirov
- Provide access to HgDataFile being iterated into HgChangesetTreeHandler.TreeElement to give context for renamed files2012-12-17, by Artem Tikhomirov
- Report renames when following file history tree with HgFileRenameHandlerMixin2012-12-17, by Artem Tikhomirov
- Issue 39: HgCloneCommand doesn't use CancelSupport/ProgressSupport handlers2012-12-17, by Artem Tikhomirov
- Issue 39: Progress and Cancel support for Clone command2012-12-14, by Artem Tikhomirov
- Respect multiple joins/forks in a history of a single file2012-12-14, by Artem Tikhomirov
- Full-fledged test repo to follow file history. Investigating iteration direction alternatives (from new to old in addition to existing old to new)2012-12-13, by Artem Tikhomirov
- Establish parent-child between first and last elements of history chunks for two renamed files2012-12-13, by Artem Tikhomirov
- Support follow history option when walking file history tree2012-12-12, by Artem Tikhomirov
- Test for HgChangesetTreeHandler - make sure nothing is broken prior to adding --follow support2012-12-12, by Artem Tikhomirov
- Experiment to add a facility to check working files for actual changes2012-11-30, by Artem Tikhomirov
- Use checked exception to indicate fs lock entanglements2012-11-30, by Artem Tikhomirov
- Allow to override lock timeout from within Hg4J2012-11-30, by Artem Tikhomirov
- Add lookup of remote paths from repository's .hg/hgrc, respect default (origin)2012-10-31, by Artem Tikhomirov
- Respect changesets with no list of changed files, as discovered with Issue 412012-10-29, by Artem Tikhomirov
- Change the way extensions are accessed (with ExtensionsManager now), add preliminary Rebase extension support2012-10-29, by Artem Tikhomirov
- Tailored subclass of IAE for malformed Nodeids:HgBadNodeidFormatException2012-10-29, by Artem Tikhomirov
- Issue 38: add test for new keys and new section2012-10-26, by Artem Tikhomirov
- Issue 38: preserve user formatting and comments when updating configuration files2012-10-26, by Artem Tikhomirov
- Issue 38. Towards gentle handling of config files - parse them and keep every possible user change2012-10-25, by Artem Tikhomirov
- Recognize 'merged from parent' metastate in dirstate2012-10-22, by Artem Tikhomirov
- Do not use exception when only metadata processing is needed. For hg4j repo, status 0:-1 changed from 500 to 60 ms2012-10-19, by Artem Tikhomirov
- Defect: use of 0 as configuration value for mapio boundary results in every file being memmap-ed2012-10-18, by Artem Tikhomirov
- Refactor to keep knowledge about repository control files and their location in respect to .hg/ in a single place (facilitate future adoption of shared repositories)2012-10-18, by Artem Tikhomirov
- Leave path as close as possible to one supplied by user. No need to keep it as canonical2012-10-18, by Artem Tikhomirov
- Javadoc for HgRepository#getLocation()2012-10-16, by Artem Tikhomirov
- Refactoring: move HgRepository's implementation aspects to Internals (which is now its imlementation counterpart and primary repository class to be used by other parts of the library)2012-08-16, by Artem Tikhomirov
- HgRepositoryLock: some javadoc2012-08-13, by Artem Tikhomirov
- Repository locking mechanism is alive2012-08-13, by Artem Tikhomirov
- Access to reposiotry lock mechanism via HgRepositoryLock2012-08-13, by Artem Tikhomirov
- Provisional support for Mercurial lock mechanism2012-08-10, by Artem Tikhomirov
- Do not add anything to exception message in case no details are known2012-08-09, by Artem Tikhomirov
- Bookmarks support added2012-08-08, by Artem Tikhomirov
- Handle include and unset directives in config files2012-08-07, by Artem Tikhomirov
- Distinguish files in wc from files under repo root, use these constants2012-08-07, by Artem Tikhomirov
- Access to user-supplied message of last commit2012-08-07, by Artem Tikhomirov
- Refactor LineReader utility as stanalone class to facilitate reuse2012-07-17, by Artem Tikhomirov
- Methods from Main graduated as tests2012-07-12, by Artem Tikhomirov
- Test for subprogress2012-07-12, by Artem Tikhomirov
- Tests for file flags(exec, link, regular)2012-07-12, by Artem Tikhomirov
- Defect: only first file in directory got flags initialized2012-07-12, by Artem Tikhomirov
- Tests for MqManager2012-07-12, by Artem Tikhomirov
- Tests for phases support2012-07-12, by Artem Tikhomirov
- Issue 34: incorrect status for a file copy in wc against base rev2012-07-11, by Artem Tikhomirov
- Tests for issue 312012-07-11, by Artem Tikhomirov
- Merge changes from smartgit3 branch into 1.1 stream2012-07-11, by Artem Tikhomirov
- Switch to 1.1 development2012-07-11, by Artem Tikhomirov
- Release tag 'v1.0.0' added for changeset 3ca4ae7bdd382012-07-11, by Artem Tikhomirov
- Clean experimental marks and deprecation code. Update version number to releasev1.0.0 2012-07-11, by Artem Tikhomirov
- Cleaned experimental tag and updated comments/javadoc2012-06-22, by Artem Tikhomirov
- Use <HOME>/.gradle/gradle.properties2012-06-20, by Artem Tikhomirov
- MqManager: read status/series of the active queuesmartgit3 2012-06-21, by Artem Tikhomirov
- MqManager evolution: same PatchRecord instances, list patch queues, detect active queuesmartgit3 2012-06-21, by Artem Tikhomirov
- Initial support for MqExtensionsmartgit3 2012-06-20, by Artem Tikhomirov
- Update tests not to fail with Mercurial 2.2 changes, run tests with gradle2012-06-20, by Artem Tikhomirov
- 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
- Support WORKING_COPY constant for dataFile.length() operation2012-02-27, by Artem Tikhomirov