log src/org/tmatesoft/hg/internal/LineReader.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
Mon, 20 May 2013 20:34:33 +0200 Artem Tikhomirov FIXMEs and TODOs: pay some technical debt
Mon, 29 Apr 2013 17:04:51 +0200 Artem Tikhomirov Use requested encoding in LineReader
Wed, 13 Feb 2013 18:44:58 +0100 Artem Tikhomirov Commit: handle empty repository case
Tue, 07 Aug 2012 19:14:53 +0200 Artem Tikhomirov Handle include and unset directives in config files
Tue, 17 Jul 2012 22:14:21 +0200 Artem Tikhomirov Refactor LineReader utility as stanalone class to facilitate reuse