Mercurial > hg4j
graph
- Update gradle build to respect new dependency from trilead2013-08-08, by Artem Tikhomirov
- Provisional APIs and respective implementation for http, https and ssh remote repositories2013-08-08, by Artem Tikhomirov
- in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation2013-08-06, by Artem Tikhomirov
- Respect the fact ssh and http protocols use different compression approach to sent changegroup data2013-08-06, by Artem Tikhomirov
- Replaced ganymed ssh2 library with trilead2013-08-05, by Artem Tikhomirov
- Refactoring: nice Revlog.indexWalk() implementation2013-08-05, by Artem Tikhomirov
- Speed up (a) file rename history to minimize file reads; (b) file.isCopy(int) to read metadata for few revisions at once (use pattern assumes earlier revisions are likely to be queried, too); (c) HgIgnore.isIgnored by caching matched initial fragments (to substitute more expensive Matcher.matches with cheaper HashMap.contains)2013-08-05, by Artem Tikhomirov
- Fix file.isCopy() use for Log/History command. File revisions originating from another file list no parents even in the middle of revision chain2013-08-05, by Artem Tikhomirov
- Refactor HgLogCommand to utilize correct file.isCopy(int)2013-08-03, by Artem Tikhomirov
- Fix file.isCopy() for blame/annotate. Refactor status and blame to use newly introduced FileHistory helper that builds file rename history2013-08-02, by Artem Tikhomirov
- Fix file.isCopy() use for status and cat commands2013-08-01, by Artem Tikhomirov
- Issue 44: Renames/copies other than for the very first revision of a file are not recognized2013-07-27, by Artem Tikhomirov
- Defect: copies are not reported with default settings (not even as added!). Parameter needCopies removed as there seems to be no reason to condition copies for hi-level api (HgStatus.isCopy() is way down the road)2013-07-27, by Artem Tikhomirov
- Towards ssh remote repositories: refactor HgRemoteRepository - move http related code to HttpConnector2013-07-27, by Artem Tikhomirov
- Annotated file is not always changed in the latest changeset, need to find out last changest it was changed at (iow, diffed to with BlameHelper)2013-07-25, by Artem Tikhomirov
- Towards ssh remote repositories: use ganymed library for ssh transport2013-07-25, by Artem Tikhomirov
- Full text of GPL 2.0 in COPYING as http://www.gnu.org/licenses/gpl-howto.html suggests2013-07-25, by Artem Tikhomirov
- Update commands to use changeset Nodeid and int in uniform way, clients of core.* classes shall not go back and forth from int to Nodeid2013-07-24, by Artem Tikhomirov
- Compile with Java5, ensure generics are fine for other compilers, too2013-07-22, by Artem Tikhomirov
- Do not instantiate thousands of small arrays(numerous readInt/readLong calls)2013-07-21, by Artem Tikhomirov
- Blame: alternative strategy to handle merge revisions: map(diff(p1->base->p2)) to understand merge intentions better2013-07-21, by Artem Tikhomirov
- HgParentChildMap: deduce common ancestor functionality2013-07-20, by Artem Tikhomirov
- Towards better blame of merge revisions: refactor merge handling strategy2013-07-19, by Artem Tikhomirov
- Report line number at the first appearance, like 'hg annotate -l' does2013-07-18, by Artem Tikhomirov
- Switch to alternative annotate producer (walks from parents to children). Refactor FileAnnotation to match updated annotate approach2013-07-18, by Artem Tikhomirov
- Respect default range (0..tip)2013-07-18, by Artem Tikhomirov
- Introduced dedicated IntSliceSeq/IntTuple in place of IntArray with subsequences2013-07-17, by Artem Tikhomirov
- Refactor HgBundle.GroupElement (clear experimental mark), resolve few technical debt issues2013-07-12, by Artem Tikhomirov
- Effective update of HgParentChildMap when repository got few revisions added2013-07-12, by Artem Tikhomirov
- AIOOBE in BundleGenerator.ChunkGenerator.iterate when there are no outgoing changes on push2013-07-12, by Artem Tikhomirov
- AIOOBE in BundleGenerator.ChunkGenerator.iterate when there are no outgoing changes on push2013-07-12, by Artem Tikhomirov
- Pull: sample command-line utility2013-07-11, by Artem Tikhomirov
- Delete bundle with push/pull changes once command completes successfully. Test for bundle generator2013-07-11, by Artem Tikhomirov
- Refactoring: move all encoding/decoding operations into single place, EncodingHelper2013-07-11, by Artem Tikhomirov
- Added tag v1.2m1 for changeset dde18bc7053b2013-07-10, by Artem Tikhomirov
- Test Copy-on-Write transactions2013-07-10, by Artem Tikhomirov
- Utilize transaction when writing fncache. Better HgIOException2013-07-10, by Artem Tikhomirov
- Pull: phase2 - update phases from remote, fncache with added files. Tests2013-07-10, by Artem Tikhomirov
- Merge branch smartgit-4.62013-07-10, by Artem Tikhomirov
- Merge branch smartgit-4.5 (no actual changes, merely to denote branch is inactive2013-07-10, by Artem Tikhomirov
- Pull: phase1 get remote changes and add local revisions2013-07-09, by Artem Tikhomirov
- Poor performance when reading/collecting branch information. Respect new cache location for recent mercurial revisions. Use different algorithm to build branch cache2013-07-05, by Artem Tikhomirov
- javac complained about casts, while eclipse compiler is fine2013-07-04, by Artem Tikhomirov
- ParentChildMap can supply RevisionMap. Refactor ArrayHelper to keep most of sorted/reverse index magic inside2013-07-04, by Artem Tikhomirov
- 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 year2013-06-11, by Artem Tikhomirov
- Deprecated code removed2013-06-11, by Artem Tikhomirov
- Issue 46: Files with backslashes (legal on Linux) cause troubles2013-06-06, by Artem Tikhomirov
- AIOOBE in HgManifest.RevisionMapper: provide more details about exception context. Create lock file atomically. Picked from changeset 8a5cdcb27b8f2013-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 method2013-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 linux2013-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 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