| 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
   
   | 
 
 
  | Wed, 13 Feb 2013 18:44:58 +0100 | 
  Artem Tikhomirov | 
  
   Commit: handle empty repository case
   
   | 
 
 
  | Wed, 23 Jan 2013 17:46:12 +0100 | 
  Artem Tikhomirov | 
  
   Towards commit command: refactor clone, extract pieces to reuse. Describe a defect discovered when bundle has few patches with 0,0 parents
   
   | 
 
 
  | Tue, 15 Jan 2013 17:07:19 +0100 | 
  Artem Tikhomirov | 
  
   Initial support for Revert command with accompanying minor refactoring
   
   | 
 
 
  | Fri, 11 Jan 2013 18:12:39 +0100 | 
  Artem Tikhomirov | 
  
   Repository checkout support, first iteration
   
   | 
 
 
  | Fri, 30 Nov 2012 21:58:00 +0100 | 
  Artem Tikhomirov | 
  
   Allow to override lock timeout from within Hg4J
   
   | 
 
 
  | Mon, 29 Oct 2012 19:04:13 +0100 | 
  Artem Tikhomirov | 
  
   Change the way extensions are accessed (with ExtensionsManager now), add preliminary Rebase extension support
   
   | 
 
 
  | Thu, 18 Oct 2012 18:36:13 +0200 | 
  Artem Tikhomirov | 
  
   Refactor to keep knowledge about repository control files and their location in respect to .hg/ in a single place (facilitate future adoption of shared repositories)
   
   | 
 
 
  | Thu, 16 Aug 2012 17:08:34 +0200 | 
  Artem Tikhomirov | 
  
   Refactoring: move HgRepository's implementation aspects to Internals (which is now its imlementation counterpart and primary repository class to be used by other parts of the library)
   
   | 
 
 
  | Tue, 07 Aug 2012 19:14:53 +0200 | 
  Artem Tikhomirov | 
  
   Handle include and unset directives in config files
   
   | 
 
 
  | Mon, 18 Jun 2012 16:54:00 +0200 | 
  Artem Tikhomirov | 
  
   Refactor LogFacility and SessionContext, better API for both
   
   | 
 
 
  | Wed, 28 Mar 2012 18:39:29 +0200 | 
  Artem Tikhomirov | 
  
   FIXMEs: exceptions, javadoc
   
   | 
 
 
  | Thu, 22 Mar 2012 23:09:11 +0100 | 
  Artem Tikhomirov | 
  
   Allow IOException from DataAccess methods for subclasses with non-trivial implementations, to avoid exception dumps when inapropriate
   v0.8.5 
   | 
 
 
  | Thu, 22 Mar 2012 22:56:01 +0100 | 
  Artem Tikhomirov | 
  
   Respect long offsets in revlogs
   
   | 
 
 
  | Thu, 22 Mar 2012 21:36:41 +0100 | 
  Artem Tikhomirov | 
  
   Clean javadoc to fix obvious warnings
   
   | 
 
 
  | Thu, 22 Mar 2012 21:02:20 +0100 | 
  Artem Tikhomirov | 
  
   A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
   
   | 
 
 
  | Thu, 22 Mar 2012 18:54:11 +0100 | 
  Artem Tikhomirov | 
  
   Explicit constant for regular file flags, access to flags for a given file revision
   
   | 
 
 
  | Wed, 21 Mar 2012 20:51:12 +0100 | 
  Artem Tikhomirov | 
  
   Pull changes from smartgit3 branch
   
   | 
 
 
  | Wed, 21 Mar 2012 20:40:28 +0100 | 
  Artem Tikhomirov | 
  
   Support and respect for symbolic links and executable flag, with /bin/ls backed implementation to discover these
   
   | 
 
 
  | Wed, 21 Mar 2012 14:54:02 +0100 | 
  Artem Tikhomirov | 
  
   Follow-up for Issue 29: unify path translation for manifest and dirstate
   smartgit3 
   | 
 
 
  | Tue, 20 Mar 2012 17:56:50 +0100 | 
  Artem Tikhomirov | 
  
   Issue 29: Bad storage path translation - translate Unicode chars to filesystem encoding
   smartgit3 
   | 
 
 
  | Fri, 16 Mar 2012 20:14:47 +0100 | 
  Artem Tikhomirov | 
  
   Support glob path pattern rewrite to facilitate use of globs with Windows path separator
   smartgit3 
   | 
 
 
  | Fri, 16 Mar 2012 12:51:03 +0100 | 
  Artem Tikhomirov | 
  
   Better multiline log printout; options to tune default log output
   smartgit3 
   |