log cmdline/org/tmatesoft/hg/console/Log.java @ 713:661e77dc88ba tip

age author description
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2012-12-17 Artem Tikhomirov Report renames when following file history tree with HgFileRenameHandlerMixin
2012-03-29 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
2011-09-17 Artem Tikhomirov Recognize flag options (options with no arguments) in command line sample apps
2011-08-12 Artem Tikhomirov Deprecated HgLogCommand.FileRevision gone, top-level HgFileRevision is bright and shiny replacement
2011-05-16 Artem Tikhomirov Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
2011-04-28 Artem Tikhomirov Sample command line tools for incoming/outgoing to use commands
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-02-17 Artem Tikhomirov Command line tools parse and respect most of command-line arguments
2011-02-17 Artem Tikhomirov More reasonable use of path normalizer and path.source
2011-02-16 Artem Tikhomirov core.Path to util.Path as it's not Hg repo dependant
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-15 Artem Tikhomirov Changeset to access parent nodeids
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-27 Artem Tikhomirov Changelog to HgChangelog, Refactoring doesn't recognize name with inner class
2011-01-27 Artem Tikhomirov Changelog to HgChangelog
2011-01-26 Artem Tikhomirov Status between two revisions to recognize copy/rename
2011-01-25 Artem Tikhomirov Follow history of a file
2011-01-24 Artem Tikhomirov Moved RevlogStream implementation into .internal
2011-01-24 Artem Tikhomirov Complete refactoring to org.tmatesoft
2011-01-23 Artem Tikhomirov Command-line frontend moved to separate source root with new package statement base src/com/tmate/hgkit/console/Log.java@7760bfcb38fc