Mercurial > hg4j
log cmdline/org/tmatesoft/hg/console/Main.java @ 702:992fa84e7885
age | author | description |
---|---|---|
Thu, 04 Jul 2013 18:40:03 +0200 | Artem Tikhomirov | Performance: rebuild information about branches takes too long (my improvement: 3 times, 11-15 s to less than 4 sec) |
Wed, 22 May 2013 15:52:31 +0200 | Artem Tikhomirov | Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions |
Wed, 08 May 2013 17:11:45 +0200 | Artem Tikhomirov | Test TODOs: test for ConfigFile (covering %include and %unset directives) |
Tue, 16 Apr 2013 19:31:57 +0200 | Artem Tikhomirov | Issue 43: poor performance with InflaterDataAccess. Phase 2: inflate into buffer, effective skip and readByte/readBytes() |
Tue, 16 Apr 2013 14:44:57 +0200 | Artem Tikhomirov | Improve memory consumption of HgManifest#getFileRevision(): avoid extra byte[] instances |
Tue, 15 Jan 2013 17:07:19 +0100 | Artem Tikhomirov | Initial support for Revert command with accompanying minor refactoring |