log src/org/tmatesoft/hg/internal/EncodingHelper.java @ 713:661e77dc88ba tip

age author description
2013-07-22 Artem Tikhomirov Compile with Java5, ensure generics are fine for other compilers, too
2013-07-11 Artem Tikhomirov Refactoring: move all encoding/decoding operations into single place, EncodingHelper
2013-01-15 Artem Tikhomirov Tests for present HgCheckoutCommand functionality. Update branch information on checkout. Use UTF8 encoding for the branch file
2013-01-15 Artem Tikhomirov Initial support for Revert command with accompanying minor refactoring
2013-01-11 Artem Tikhomirov Repository checkout support, first iteration
2012-06-18 Artem Tikhomirov Refactor LogFacility and SessionContext, better API for both
2012-03-22 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
2012-03-22 Artem Tikhomirov Explicit constant for regular file flags, access to flags for a given file revision
2012-03-21 Artem Tikhomirov Follow-up for Issue 29: unify path translation for manifest and dirstate smartgit3
2011-09-30 Artem Tikhomirov Clean unused imports
2011-09-30 Artem Tikhomirov Issue 15: Exception accessing oddly named file from history