log

age author description
2013-05-15 Artem Tikhomirov Rollback support for commands that modify repository. Strategy to keep complete copy of a file being changed
2013-05-14 Artem Tikhomirov encode directories as demanded by fncache format
2013-05-13 Artem Tikhomirov Test for repository locks
2013-05-10 Artem Tikhomirov Added tag v1.1m4 for changeset f41dd9a3b8af
2013-05-10 Artem Tikhomirov Remove few Experimental annotations as the API they've marked graduates v1.1m4
2013-05-10 Artem Tikhomirov Test tags, branches and hgingore information get refreshed on external (and/or internal) change
2013-05-09 Artem Tikhomirov Tests for tailored sections in HgRepoConfig
2013-05-09 Artem Tikhomirov Refresh tags, branches, bookmarks and ignore when their files (or csets in the repo) are changed
2013-05-08 Artem Tikhomirov Test TODOs: test for ConfigFile (covering %include and %unset directives)
2013-05-07 Artem Tikhomirov Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
2013-05-07 Artem Tikhomirov Refresh revlogs if a change to a file has been detected; do not force reload of the whole repository
2013-05-07 Artem Tikhomirov Avoid mmap files when only few bytes are to be read
2013-05-06 Artem Tikhomirov Commit: update active bookmark with new revision
2013-05-06 Artem Tikhomirov Use nodeid reverse lookup speedup cache for #isKnown, if available
2013-05-06 Artem Tikhomirov Refactor HgBlameFacility: relevant action methods moved to proper home (HgDataFile), as facility doesn't provide anything but packaging of relevant methods/interfaces
2013-05-06 Artem Tikhomirov Refactor metadata parsing in HgDataFile, moved to standalone class
2013-05-06 Artem Tikhomirov Remove debug timestamps
2013-05-03 Artem Tikhomirov Utilize RevisionLookup to speed-up getRevisionIndex of both manifest and changelog
2013-05-03 Artem Tikhomirov Do not instantiate intermediate arrays
2013-05-03 Artem Tikhomirov Utilize the fact nodeids are very different and are read anyway to speed up reverse lookup
2013-05-03 Artem Tikhomirov Wrap manifest revision map completion into single file access
2013-05-02 Artem Tikhomirov HgBlameFacility refactoring: extract code to build file history that spans renames
2013-05-02 Artem Tikhomirov Filter shall notify delegate about reset, too
2013-05-02 Artem Tikhomirov Cache only in-memory revision representations
2013-05-02 Artem Tikhomirov Share last revision read between #iterate() invocations, to save revision rebuild efforts when few subsequent revisions are read
2013-05-01 Artem Tikhomirov Command-line sample for commit command
2013-04-30 Artem Tikhomirov CommitFacility as internal class; refactored infrastructure around internals (access to RevlogStream)
2013-04-29 Artem Tikhomirov Use requested encoding in LineReader
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