log

age author description
2013-08-14 Artem Tikhomirov Refactor: move diff/blame related code to a separate package
2013-08-08 Artem Tikhomirov Reference ssh-dependant class by the fq name to avoid runtime dependency from the ssh library
2013-08-08 Artem Tikhomirov Added tag v1.2m2 for changeset 6e7786086f77
2013-08-08 Artem Tikhomirov Update gradle build to respect new dependency from trilead v1.2m2
2013-08-08 Artem Tikhomirov Provisional APIs and respective implementation for http, https and ssh remote repositories
2013-08-06 Artem Tikhomirov in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation
2013-08-06 Artem Tikhomirov Respect the fact ssh and http protocols use different compression approach to sent changegroup data
2013-08-05 Artem Tikhomirov Replaced ganymed ssh2 library with trilead
2013-08-05 Artem Tikhomirov Refactoring: nice Revlog.indexWalk() implementation
2013-08-05 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 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 chain
2013-08-03 Artem Tikhomirov Refactor HgLogCommand to utilize correct file.isCopy(int)
2013-08-02 Artem Tikhomirov Fix file.isCopy() for blame/annotate. Refactor status and blame to use newly introduced FileHistory helper that builds file rename history
2013-08-01 Artem Tikhomirov Fix file.isCopy() use for status and cat commands
2013-07-27 Artem Tikhomirov Issue 44: Renames/copies other than for the very first revision of a file are not recognized
2013-07-27 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 Artem Tikhomirov Towards ssh remote repositories: refactor HgRemoteRepository - move http related code to HttpConnector
2013-07-25 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 Artem Tikhomirov Towards ssh remote repositories: use ganymed library for ssh transport
2013-07-25 Artem Tikhomirov Full text of GPL 2.0 in COPYING as http://www.gnu.org/licenses/gpl-howto.html suggests
2013-07-24 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 Nodeid
2013-07-22 Artem Tikhomirov Compile with Java5, ensure generics are fine for other compilers, too
2013-07-21 Artem Tikhomirov Do not instantiate thousands of small arrays(numerous readInt/readLong calls)
2013-07-21 Artem Tikhomirov Blame: alternative strategy to handle merge revisions: map(diff(p1->base->p2)) to understand merge intentions better
2013-07-20 Artem Tikhomirov HgParentChildMap: deduce common ancestor functionality
2013-07-19 Artem Tikhomirov Towards better blame of merge revisions: refactor merge handling strategy
2013-07-18 Artem Tikhomirov Report line number at the first appearance, like 'hg annotate -l' does
2013-07-18 Artem Tikhomirov Switch to alternative annotate producer (walks from parents to children). Refactor FileAnnotation to match updated annotate approach
2013-07-18 Artem Tikhomirov Respect default range (0..tip)
2013-07-17 Artem Tikhomirov Introduced dedicated IntSliceSeq/IntTuple in place of IntArray with subsequences
2013-07-12 Artem Tikhomirov Refactor HgBundle.GroupElement (clear experimental mark), resolve few technical debt issues
2013-07-12 Artem Tikhomirov Effective update of HgParentChildMap when repository got few revisions added
2013-07-12 Artem Tikhomirov AIOOBE in BundleGenerator.ChunkGenerator.iterate when there are no outgoing changes on push
2013-07-12 Artem Tikhomirov AIOOBE in BundleGenerator.ChunkGenerator.iterate when there are no outgoing changes on push
2013-07-11 Artem Tikhomirov Pull: sample command-line utility
2013-07-11 Artem Tikhomirov Delete bundle with push/pull changes once command completes successfully. Test for bundle generator
2013-07-11 Artem Tikhomirov Refactoring: move all encoding/decoding operations into single place, EncodingHelper
2013-07-10 Artem Tikhomirov Added tag v1.2m1 for changeset dde18bc7053b
2013-07-10 Artem Tikhomirov Test Copy-on-Write transactions v1.2m1
2013-07-10 Artem Tikhomirov Utilize transaction when writing fncache. Better HgIOException
2013-07-10 Artem Tikhomirov Pull: phase2 - update phases from remote, fncache with added files. Tests
2013-07-10 Artem Tikhomirov Merge branch smartgit-4.6
2013-07-10 Artem Tikhomirov Merge branch smartgit-4.5 (no actual changes, merely to denote branch is inactive
2013-07-09 Artem Tikhomirov Pull: phase1 get remote changes and add local revisions
2013-07-05 Artem Tikhomirov Poor performance when reading/collecting branch information. Respect new cache location for recent mercurial revisions. Use different algorithm to build branch cache smartgit-4.6
2013-07-04 Artem Tikhomirov javac complained about casts, while eclipse compiler is fine
2013-07-04 Artem Tikhomirov ParentChildMap can supply RevisionMap. Refactor ArrayHelper to keep most of sorted/reverse index magic inside
2013-07-04 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 Artem Tikhomirov Performance: reuse unzip output buffer
2013-07-03 Artem Tikhomirov 1) Console push tool. 2) Pass class to blame into FileUtils
2013-07-03 Artem Tikhomirov Tests for recent changes in HgParentChildMap and RepositoryComparator (outgoing to respect drafts and Issue 47)
2013-07-02 Artem Tikhomirov Push: tests. Commit respects phases.new-commit setting. Fix outgoing when changes are not children of common (Issue 47)
2013-07-01 Artem Tikhomirov Push: tests (push to empty, push changes, respect secret)
2013-06-28 Artem Tikhomirov Push: phase4 - settle local and remote phases, push updated phases regardless of server publishing state, do not push secret changesets
2013-06-26 Artem Tikhomirov Push: phase4 - update local and remote phase information
2013-06-25 Artem Tikhomirov Introduced RevisionSet to ease update of phase roots on push
2013-06-25 Artem Tikhomirov Location of repository files as enumeration, use file constants instead of plain names
2013-06-21 Artem Tikhomirov Push: phase3 - update matching remote bookmarks
2013-06-20 Artem Tikhomirov Push: phase2 - upload bundle with changes to remote server
2013-06-19 Artem Tikhomirov Push: phase1 - prepare bundle with changes
2013-06-19 Artem Tikhomirov v1.2 line of dev: update versions, use patch merge code by default
2013-06-11 Artem Tikhomirov Added tag v1.1.0 for changeset 2f33f102a8fa
2013-06-11 Artem Tikhomirov Updated copyright year v1.1.0
2013-06-11 Artem Tikhomirov Deprecated code removed
2013-06-06 Artem Tikhomirov Issue 46: Files with backslashes (legal on Linux) cause troubles smartgit-4.5
2013-06-07 Artem Tikhomirov AIOOBE in HgManifest.RevisionMapper: provide more details about exception context. Create lock file atomically. Picked from changeset 8a5cdcb27b8f smartgit-4.5
2013-06-07 Artem Tikhomirov HgInitCommand: expose repo init functionality
2013-06-06 Artem Tikhomirov HgCommitCommand: save last commit message
2013-06-06 Artem Tikhomirov Compound test scenario for checkout, add, remove, revert and commit
2013-06-06 Artem Tikhomirov Issue 46: Files with backslashes (legal on Linux) cause troubles
2013-05-30 Artem Tikhomirov Added tag v1.1rc2 for changeset 54e16ab771ec
2013-05-30 Artem Tikhomirov Progress/cancel for HgDiffCommand. Renamed execute method v1.1rc2
2013-05-30 Artem Tikhomirov AIOOBE in HgManifest.RevisionMapper. Provide more details about exception context. Create lock file atomically. Test concurrent pull-rebase and read
2013-05-23 Artem Tikhomirov HgDiffCommand. Do not use deprecated code. Javadoc
2013-05-22 Artem Tikhomirov Diff/blame methods as command, their residence in HgDataFile was a mistake
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-21 Artem Tikhomirov Added tag v1.1rc1 for changeset 5afc7eedb3dd
2013-05-21 Artem Tikhomirov @since, TODOs. Tests: add 1 sec to deal with fs timestamp granularity on linux v1.1rc1
2013-05-21 Artem Tikhomirov Refactor internals of blame support, tests
2013-05-20 Artem Tikhomirov FIXMEs and TODOs: pay some technical debt
2013-05-20 Artem Tikhomirov Update tests for Windows; TestCommit: use copy of a repo (not clone) to preserve old timestamps
2013-05-20 Artem Tikhomirov Update to comply with Java 1.5 target
2013-05-18 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); tests
2013-05-18 Artem Tikhomirov Do not cache branch value of working copy as it's not possible to refresh it after commit now
2013-05-17 Artem Tikhomirov Close FIS, not FileChannel, to clear both references to FileDescriptor right away
2013-05-16 Artem Tikhomirov Refactor approach how content finds it way down to a commit revision
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