2012-03-29 |
Artem Tikhomirov |
FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
|
2012-02-23 |
Artem Tikhomirov |
Straighten out exceptions thrown when file access failed - three is too much
|
2011-12-16 |
Artem Tikhomirov |
Use 'revision index' instead of the vague 'local revision number' concept in the API
|
2011-04-28 |
Artem Tikhomirov |
Few branches (distinct BranchChains from distinct heads) may end up with same nodes. Building BC structure fixed to reuse chain elements
|
2011-04-28 |
Artem Tikhomirov |
HgLogCommand.Handler is used in few places, pull up to top-level class, HgChangesetHandler
|
2011-04-26 |
Artem Tikhomirov |
Basic test for HgIncomingCommand. Fix RepositoryComparator for cases when whole repository is unknown. Respect freshly initialized (empty) repositories in general.
|
2011-04-20 |
Artem Tikhomirov |
Performance optimization: reduce memory ParentWalker hogs
|
2011-04-20 |
Artem Tikhomirov |
Performance optimization: reduce memory to keep revlog cached info
|
2011-04-19 |
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
|
2011-03-23 |
Artem Tikhomirov |
Towards initial clone: refactor HgBundle to provide slightly higher-level structure of the bundle
|
2011-02-16 |
Artem Tikhomirov |
Strip off comments in config file
|
2011-02-16 |
Artem Tikhomirov |
Renamed .core classes to start with Hg prefix
|
2011-02-16 |
Artem Tikhomirov |
core.Cset renamed to HgChangeset; repo.Changeset moved into HgChangelog
|
2011-02-16 |
Artem Tikhomirov |
Introduced ChangelogHelper to look up changesets files were modified in
|
2011-01-27 |
Artem Tikhomirov |
Switch to Path instead of String in filenames returned by various status operations
|
2011-01-25 |
Artem Tikhomirov |
updated design questions
|
2011-01-25 |
Artem Tikhomirov |
Skip metadata in the beginning of a file content. Parse metadata, recognize copies/renames
|
2011-01-21 |
Artem Tikhomirov |
Convenient commands constitute hi-level API. org.tmatesoft namespace, GPL2 statement
|
2011-01-18 |
Artem Tikhomirov |
Simple test framework - capable of parsing Hg cmdline output to compare with Java result
|
2011-01-17 |
Artem Tikhomirov |
Log operation to output mode detailed (added, removed) files
|
2011-01-17 |
Artem Tikhomirov |
Status operation extracted into separate, cache-friendly class
|
2011-01-15 |
Artem Tikhomirov |
branch and user filtering for log operation
|
2011-01-14 |
Artem Tikhomirov |
Calculate result length of the patch operarion, when unknown
|
2011-01-14 |
Artem Tikhomirov |
Check integrity for bundle changelog. Sort nodeids when calculating hash
|
2011-01-13 |
Artem Tikhomirov |
TODO added, to try stream for unzip in revlog
|
2011-01-09 |
Artem Tikhomirov |
Memory-mapped files for bigger files. Defect reading number of bytes greater than size of the buffer fixed
|
2011-01-06 |
Artem Tikhomirov |
Reflect Nodeid's array is exactly 20
|
2011-01-06 |
Artem Tikhomirov |
Status of local working dir against non-tip base revision
|
2011-01-05 |
Artem Tikhomirov |
Refactor to move revlog content to base class
|
2011-01-04 |
Artem Tikhomirov |
Status operation for two repository revisions (no local dir involved)
|
2011-01-03 |
Artem Tikhomirov |
status operation against current working directory
|
2010-12-27 |
Artem Tikhomirov |
Query file for its parents. Demo of recently added ignore and digest support from within cat cmd
|
2010-12-27 |
Artem Tikhomirov |
Print manifest nodeid
|
2010-12-26 |
Artem Tikhomirov |
Basic hgignore handling
|
2010-12-26 |
Artem Tikhomirov |
Show correct time
|
2010-12-25 |
Artem Tikhomirov |
Boundary error in dirstate entry, explicit encoding to face troubles (if any) asap.
|
2010-12-25 |
Artem Tikhomirov |
Access to underlaying file data wrapped into own Access object, implemented with FileChannel and ByteBuffer
|
2010-12-22 |
Artem Tikhomirov |
Ant script to build commands and run sample
|
2010-12-21 |
Artem Tikhomirov |
File content and non-effective, although working, patch application
|
2010-12-20 |
Artem Tikhomirov |
Fix offset issue for inline revlogs. Commandline processing.
|
2010-12-19 |
Artem Tikhomirov |
Shaping out low-level Hg structures
|
2010-12-18 |
Artem Tikhomirov |
Repository detection from local/specified directory
|