Mercurial > hg4j
graph
- 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 graduates2013-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 example2013-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