log design.txt @ 142:37a34044e6bd

age author description
Wed, 16 Feb 2011 22:08:58 +0100 Artem Tikhomirov Strip off comments in config file
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
Wed, 16 Feb 2011 20:13:41 +0100 Artem Tikhomirov Introduced ChangelogHelper to look up changesets files were modified in
Thu, 27 Jan 2011 21:15:21 +0100 Artem Tikhomirov Switch to Path instead of String in filenames returned by various status operations
Tue, 25 Jan 2011 22:53:28 +0100 Artem Tikhomirov updated design questions
Tue, 25 Jan 2011 02:13:53 +0100 Artem Tikhomirov Skip metadata in the beginning of a file content. Parse metadata, recognize copies/renames
Fri, 21 Jan 2011 05:56:43 +0100 Artem Tikhomirov Convenient commands constitute hi-level API. org.tmatesoft namespace, GPL2 statement
Tue, 18 Jan 2011 18:32:49 +0100 Artem Tikhomirov Simple test framework - capable of parsing Hg cmdline output to compare with Java result
Tue, 18 Jan 2011 00:30:41 +0100 Artem Tikhomirov Log operation to output mode detailed (added, removed) files
Mon, 17 Jan 2011 04:45:09 +0100 Artem Tikhomirov Status operation extracted into separate, cache-friendly class
Sat, 15 Jan 2011 01:15:38 +0100 Artem Tikhomirov branch and user filtering for log operation
Fri, 14 Jan 2011 04:41:05 +0100 Artem Tikhomirov Calculate result length of the patch operarion, when unknown
Fri, 14 Jan 2011 04:14:08 +0100 Artem Tikhomirov Check integrity for bundle changelog. Sort nodeids when calculating hash
Thu, 13 Jan 2011 03:42:14 +0100 Artem Tikhomirov TODO added, to try stream for unzip in revlog
Sun, 09 Jan 2011 15:59:54 +0100 Artem Tikhomirov Memory-mapped files for bigger files. Defect reading number of bytes greater than size of the buffer fixed
Thu, 06 Jan 2011 04:45:40 +0100 Artem Tikhomirov Reflect Nodeid's array is exactly 20
Thu, 06 Jan 2011 03:30:20 +0100 Artem Tikhomirov Status of local working dir against non-tip base revision
Wed, 05 Jan 2011 04:10:28 +0100 Artem Tikhomirov Refactor to move revlog content to base class
Tue, 04 Jan 2011 02:08:25 +0100 Artem Tikhomirov Status operation for two repository revisions (no local dir involved)
Mon, 03 Jan 2011 20:42:52 +0100 Artem Tikhomirov status operation against current working directory
Mon, 27 Dec 2010 01:43:08 +0100 Artem Tikhomirov Query file for its parents. Demo of recently added ignore and digest support from within cat cmd
Mon, 27 Dec 2010 01:00:53 +0100 Artem Tikhomirov Print manifest nodeid
Mon, 27 Dec 2010 00:50:02 +0100 Artem Tikhomirov Basic hgignore handling
Sun, 26 Dec 2010 14:56:08 +0100 Artem Tikhomirov Show correct time
Sat, 25 Dec 2010 22:19:31 +0100 Artem Tikhomirov Boundary error in dirstate entry, explicit encoding to face troubles (if any) asap.
Sat, 25 Dec 2010 04:45:59 +0100 Artem Tikhomirov Access to underlaying file data wrapped into own Access object, implemented with FileChannel and ByteBuffer
Wed, 22 Dec 2010 03:33:37 +0100 Artem Tikhomirov Ant script to build commands and run sample
Tue, 21 Dec 2010 05:11:06 +0100 Artem Tikhomirov File content and non-effective, although working, patch application
Mon, 20 Dec 2010 04:20:52 +0100 Artem Tikhomirov Fix offset issue for inline revlogs. Commandline processing.
Sun, 19 Dec 2010 05:41:31 +0100 Artem Tikhomirov Shaping out low-level Hg structures
Sat, 18 Dec 2010 05:47:35 +0100 Artem Tikhomirov Repository detection from local/specified directory