Mercurial > jhg
graph
- Added tag v1.2m2 for changeset 6e7786086f772013-08-08, by Artem Tikhomirov
- 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