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

age author description
Sun, 03 Aug 2014 18:09:00 +0200 Artem Tikhomirov Mac support: respect Mac alternatives of command-line arguments for common unix tools default tip
Fri, 11 Oct 2013 21:35:41 +0200 Artem Tikhomirov Keyword filtering that doesn't depend on input buffer size and the way input lines got split between filter() calls. KewordFilter got state to keep processed suspicious ...$ lines
Thu, 15 Aug 2013 18:43:50 +0200 Artem Tikhomirov Merge command: implement conflict resolution alternatives
Thu, 11 Jul 2013 17:54:08 +0200 Artem Tikhomirov Refactoring: move all encoding/decoding operations into single place, EncodingHelper
Wed, 10 Jul 2013 16:41:49 +0200 Artem Tikhomirov Pull: phase2 - update phases from remote, fncache with added files. Tests
Tue, 25 Jun 2013 18:53:18 +0200 Artem Tikhomirov Location of repository files as enumeration, use file constants instead of plain names
Wed, 19 Jun 2013 16:03:11 +0200 Artem Tikhomirov v1.2 line of dev: update versions, use patch merge code by default
Wed, 22 May 2013 15:52:31 +0200 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
Sat, 18 May 2013 22:23:57 +0200 Artem Tikhomirov RevlogStream: be aware of existence (not HgDataFile), facilitate use of an added HgDataFile over a commit; Rollback: be more sensitive about file changes (file size is not enough: write/rollback leaves it intact); tests
Thu, 09 May 2013 21:06:48 +0200 Artem Tikhomirov Refresh tags, branches, bookmarks and ignore when their files (or csets in the repo) are changed
Tue, 07 May 2013 21:27:51 +0200 Artem Tikhomirov Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
Tue, 30 Apr 2013 18:55:42 +0200 Artem Tikhomirov CommitFacility as internal class; refactored infrastructure around internals (access to RevlogStream)
Thu, 25 Apr 2013 16:08:17 +0200 Artem Tikhomirov Conditionally enable effective patch merge alternative for revlog reading
Wed, 17 Apr 2013 16:06:10 +0200 Artem Tikhomirov Provide means to read user-specific configuration, with no specific repository selected
Mon, 25 Feb 2013 19:48:20 +0100 Artem Tikhomirov Commit: tests and fixes for defects discovered