log src/org/tmatesoft/hg/core/HgManifestCommand.java @ 628:6526d8adbc0f

age author description
Wed, 22 May 2013 15:52:31 +0200 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
Tue, 09 Apr 2013 17:15:30 +0200 Artem Tikhomirov Refactor common code to initialize changelog revision for a command into standalone class
Wed, 11 Jul 2012 17:48:17 +0200 Artem Tikhomirov Clean experimental marks and deprecation code. Update version number to release v1.0.0
Mon, 18 Jun 2012 17:06:42 +0200 Artem Tikhomirov Get rid of ambiguity in method name
Tue, 15 May 2012 20:19:22 +0200 Artem Tikhomirov Few comments that emerged while working on examples
Thu, 29 Mar 2012 20:54:04 +0200 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
Thu, 29 Mar 2012 17:14:35 +0200 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
Wed, 28 Mar 2012 15:42:15 +0200 Artem Tikhomirov Deprecated code removed
Fri, 23 Mar 2012 22:51:18 +0100 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
Thu, 22 Mar 2012 18:54:11 +0100 Artem Tikhomirov Explicit constant for regular file flags, access to flags for a given file revision
Fri, 16 Dec 2011 16:00:57 +0100 Artem Tikhomirov Update Javadoc with 'revision index'
Fri, 16 Dec 2011 15:37:27 +0100 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
Fri, 16 Dec 2011 04:43:18 +0100 Artem Tikhomirov Use exceptions to expose errors reading mercurial data
Sat, 03 Sep 2011 21:46:13 +0200 Artem Tikhomirov Use Path instead of plain String for manifest file names
Fri, 12 Aug 2011 18:58:16 +0200 Artem Tikhomirov Deprecated HgLogCommand.FileRevision gone, top-level HgFileRevision is bright and shiny replacement
Wed, 01 Jun 2011 05:44:25 +0200 Artem Tikhomirov Introduced access to conflict resolution information (merge state)
Thu, 19 May 2011 05:02:07 +0200 Artem Tikhomirov Due to discrepancy in manifest and changelor indexes, wrong manifest revisions got cached and compared
Tue, 17 May 2011 00:56:54 +0200 Artem Tikhomirov Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
Wed, 23 Feb 2011 22:36:28 +0100 Artem Tikhomirov Exceptions, javadoc. Initial cancel and progress support
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:56:43 +0100 Artem Tikhomirov Fix reference to class name in the comment
Wed, 16 Feb 2011 20:47:56 +0100 Artem Tikhomirov Renamed .core classes to start with Hg prefix base src/org/tmatesoft/hg/core/RepositoryTreeWalker.java@cc2ecb5a0390