log src/org/tmatesoft/hg/repo/HgRuntimeException.java @ 626:5afc7eedb3dd v1.1rc1

age author description
2012-08-09 Artem Tikhomirov Do not add anything to exception message in case no details are known
2012-03-29 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
2012-03-28 Artem Tikhomirov FIXMEs: exceptions, javadoc
2012-03-23 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level