Mercurial > jhg
log cmdline/org/tmatesoft/hg/console/Log.java @ 197:3a7696fb457c
age | author | description |
---|---|---|
Tue, 19 Apr 2011 03:49:29 +0200 | Artem Tikhomirov | Investigate optimization options to allow fast processing of huge repositories. Fix defect in StatusCollector that lead to wrong result comparing first revision to empty repo (-1 to 0), due to same TIP constant value |
Thu, 17 Feb 2011 22:16:25 +0100 | Artem Tikhomirov | Command line tools parse and respect most of command-line arguments |
Thu, 17 Feb 2011 05:06:07 +0100 | Artem Tikhomirov | More reasonable use of path normalizer and path.source |
Wed, 16 Feb 2011 20:59:39 +0100 | Artem Tikhomirov | core.Path to util.Path as it's not Hg repo dependant |
Wed, 16 Feb 2011 20:47:56 +0100 | Artem Tikhomirov | Renamed .core classes to start with Hg prefix |
Wed, 16 Feb 2011 20:32:29 +0100 | Artem Tikhomirov | core.Cset renamed to HgChangeset; repo.Changeset moved into HgChangelog |
Tue, 15 Feb 2011 06:30:05 +0100 | Artem Tikhomirov | Changeset to access parent nodeids |