graph
- Performance: rebuild information about branches takes too long (my improvement: 3 times, 11-15 s to less than 4 sec)2013-07-04, by Artem Tikhomirov
- Performance: reuse unzip output buffer2013-07-04, by Artem Tikhomirov
- 1) Console push tool. 2) Pass class to blame into FileUtils2013-07-03, by Artem Tikhomirov
- Tests for recent changes in HgParentChildMap and RepositoryComparator (outgoing to respect drafts and Issue 47)2013-07-03, by Artem Tikhomirov
- Push: tests. Commit respects phases.new-commit setting. Fix outgoing when changes are not children of common (Issue 47)2013-07-02, by Artem Tikhomirov
- Push: tests (push to empty, push changes, respect secret)2013-07-01, by Artem Tikhomirov
- Push: phase4 - settle local and remote phases, push updated phases regardless of server publishing state, do not push secret changesets2013-06-28, by Artem Tikhomirov
- Push: phase4 - update local and remote phase information2013-06-26, by Artem Tikhomirov
- Introduced RevisionSet to ease update of phase roots on push2013-06-25, by Artem Tikhomirov
- Location of repository files as enumeration, use file constants instead of plain names2013-06-25, by Artem Tikhomirov
- Push: phase3 - update matching remote bookmarks2013-06-21, by Artem Tikhomirov
- Push: phase2 - upload bundle with changes to remote server2013-06-20, by Artem Tikhomirov
- Push: phase1 - prepare bundle with changes2013-06-19, by Artem Tikhomirov
- v1.2 line of dev: update versions, use patch merge code by default2013-06-19, by Artem Tikhomirov
- Added tag v1.1.0 for changeset 2f33f102a8fa2013-06-11, by Artem Tikhomirov
- Updated copyright yearv1.1.0 2013-06-11, by Artem Tikhomirov
- 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