log src/com/tmate/hgkit/ll/LocalHgRepo.java @ 58:4cfc47bc14cc

age author description
Mon, 17 Jan 2011 23:01:19 +0100 Artem Tikhomirov Status against local working dir extracted into distinct class. Iterating over local files extracted for ease of os-dependant patching
Mon, 17 Jan 2011 05:54:25 +0100 Artem Tikhomirov Local status is back
Mon, 17 Jan 2011 04:45:09 +0100 Artem Tikhomirov Status operation extracted into separate, cache-friendly class
Sat, 15 Jan 2011 01:41:49 +0100 Artem Tikhomirov Log to consult (placeholder, for now) class to find out associated tags
Thu, 06 Jan 2011 04:42:15 +0100 Artem Tikhomirov Nodeid with array of exactly 20 bytes
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 00:50:02 +0100 Artem Tikhomirov Basic hgignore handling
Sat, 25 Dec 2010 21:50:12 +0100 Artem Tikhomirov Dirstate parsing. DataAccess refactored to allow reuse and control over constants
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
Thu, 23 Dec 2010 01:31:40 +0100 Artem Tikhomirov Filename mangling according to requires options of the store (fncache incomplete for long names)
Mon, 20 Dec 2010 02:50:36 +0100 Artem Tikhomirov Rudimentary log functionality with basic infrastructure is in place
Sat, 18 Dec 2010 05:47:35 +0100 Artem Tikhomirov Repository detection from local/specified directory