Mercurial > jhg
graph
- Keyword filtering that doesn't depend on input buffer size and the way input lines got split between filter() calls. KewordFilter got state to keep processed suspicious ...$ lines2013-10-11, by Artem Tikhomirov
- KeywordFilter: 'IllegalStateException: need buffer of at least...' during status op for a small file2013-10-07, by Artem Tikhomirov
- Report merged lines as changed block if possible, not as a sequence of added/deleted blocks. To facilitate access to merge parent lines AddBlock got mergeLineAt() method that reports index of the line in the second parent (if any), while insertedAt() has been changed to report index in the first parent always2013-08-21, by Artem Tikhomirov
- Merge: tests for resolver and complex scenario. Enable commit for merged revisions. Reuse file revisions if nothing changed2013-08-20, by Artem Tikhomirov
- Merge: support 'unresolved' resolution with MergeStateBuilder2013-08-16, by Artem Tikhomirov
- Merge: tests for mediator notifications2013-08-16, by Artem Tikhomirov
- Merge command: implement conflict resolution alternatives2013-08-15, by Artem Tikhomirov
- Merge command introduced2013-08-14, by Artem Tikhomirov
- Refactor: move diff/blame related code to a separate package2013-08-14, by Artem Tikhomirov
- Reference ssh-dependant class by the fq name to avoid runtime dependency from the ssh library2013-08-08, by Artem Tikhomirov
- 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