log

age author description
2013-04-29 Artem Tikhomirov Username in changeset uses UTF-8, not system encoding
2013-04-29 Artem Tikhomirov Update dirstate after commit
2013-04-26 Artem Tikhomirov Minimize vectors re-allocating when merging patches
2013-04-26 Artem Tikhomirov HgCommitCommand initial support
2013-04-25 Artem Tikhomirov Access to base revision filed comes handy for debug sometimes
2013-04-25 Artem Tikhomirov Conditionally enable effective patch merge alternative for revlog reading
2013-04-24 Artem Tikhomirov Effective revlog patching
2013-04-22 Artem Tikhomirov Delegate cancel to original support, do not implement CancelSupport ourselves
2013-04-22 Artem Tikhomirov Progress/cancel support in new commands
2013-04-19 Artem Tikhomirov Respect unix flags for checkout/revert
2013-04-17 Artem Tikhomirov Provide means to read user-specific configuration, with no specific repository selected
2013-04-17 Artem Tikhomirov Throw exception if repository encountered is too old for Hg4J
2013-04-16 Artem Tikhomirov Enlarge inflater buffer to reduce number of inflates per read
2013-04-16 Artem Tikhomirov Issue 43: poor performance with InflaterDataAccess. Phase 2: inflate into buffer, effective skip and readByte/readBytes()
2013-04-16 Artem Tikhomirov Issue 43: poor performance with InflaterDataAccess. Phase 1: test existing code, fix defects found
2013-04-16 Artem Tikhomirov Improve memory consumption of HgManifest#getFileRevision(): avoid extra byte[] instances
2013-04-12 Artem Tikhomirov Partial blame when start/end revisions are in the middle of a single filename history
2013-04-12 Artem Tikhomirov Report file object in case of error to be helpful as much as possible
2013-04-11 Artem Tikhomirov Let session context control creation of Path instances
2013-04-11 Artem Tikhomirov Tests for HgAnnotateCommand with follow/no-follow option
2013-04-10 Artem Tikhomirov Support for copy/rename follow/no-follow for annotate
2013-04-10 Artem Tikhomirov Blame facility refactored, get ready for follow/no-follow support
2013-04-09 Artem Tikhomirov Added tag v1.1m3 for changeset 32453f30de07
2013-04-09 Artem Tikhomirov Annotate command with command-line example v1.1m3
2013-04-09 Artem Tikhomirov Refactor common code to initialize changelog revision for a command into standalone class
2013-04-03 Artem Tikhomirov Recognize re: in-line prefix for regular expressions as native client does, despite silence in hgingore.5
2013-02-28 Artem Tikhomirov HgCheckoutCommand: clean parameter, discard changes in WD, test for clean checkout
2013-02-28 Artem Tikhomirov Allow HgBlameFacility.Inspector (former BlockInspector) to throw an exception
2013-02-27 Artem Tikhomirov Do not process child revisions before all possible parent paths were visited
2013-02-26 Artem Tikhomirov Exception when no blocks from merged revision were reported and merge parent was not recorded for future use
2013-02-25 Artem Tikhomirov Commit: tests and fixes for defects discovered
2013-02-25 Artem Tikhomirov Annotate: refactor/reuse range handling code
2013-02-23 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 revision
2013-02-22 Artem Tikhomirov AnnotateFacility renamed to HgBlameFacility and exposed, API shapes out and got some javadoc
2013-02-22 Artem Tikhomirov Annotate: RevisionDescriptor provides extra knowledge about inspected/annotated revision
2013-02-21 Artem Tikhomirov Access to content of annotated files through BlockData interface
2013-02-21 Artem Tikhomirov Test (with tailored repository) for annotation of multiple revisions
2013-02-20 Artem Tikhomirov Annotate file changes through few revisions, walking either direction (old to new and vice versa)
2013-02-20 Artem Tikhomirov Better (precise) name for diff facility, tests
2013-02-19 Artem Tikhomirov Regression: expect file to be missing in a manifest
2013-02-19 Artem Tikhomirov Annotate merge revision (combined diff against two parents without looking further)
2013-02-18 Artem Tikhomirov Line-by-line annotation API and support code in place
2013-02-18 Artem Tikhomirov #getFileRevision() shall accept TIP as an argument
2013-02-18 Artem Tikhomirov File annotate test. Refactored FileAnnotation as standalone class, introduced LineInspector to make line offset calc code shared
2013-02-15 Artem Tikhomirov First round of annotate file is functional
2013-02-15 Artem Tikhomirov Refactor PatchGenerator to be generic and welcome sequence of any nature
2013-02-15 Artem Tikhomirov Report line index for insertion and deletion, test against 'hg diff' output
2013-02-14 Artem Tikhomirov Towards annotate/blame support: general outline of the functionality
2013-02-13 Artem Tikhomirov PatchGenerator: refactoring to facilitate use in annotate/blame
2013-02-13 Artem Tikhomirov Include commit tests into Ant's test suite
2013-02-13 Artem Tikhomirov Commit: handle empty repository case
2013-02-05 Artem Tikhomirov Commit: first working version
2013-02-05 Artem Tikhomirov Update javadoc for HgManifest.Inspector and fix erroneous internal API
2013-02-05 Artem Tikhomirov Tests: refactor various utility methods to a single location
2013-02-05 Artem Tikhomirov Issue 42: tolerate lines in .hgtags that do not conform to its format specification
2013-02-04 Artem Tikhomirov Commit: refactor revision creation code from clone command to work separately, fit into existing library structure
2013-01-30 Artem Tikhomirov Generate patches using diff algorithm
2013-01-23 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 parents
2013-01-23 Artem Tikhomirov Throw specific exception when checksum calculation fails
2013-01-23 Artem Tikhomirov Towards commit command: refactor clone, extract pieces to reuse. Describe a defect discovered when bundle has few patches with 0,0 parents