Mercurial > jhg
graph
- 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