Fri, 11 Jan 2013 00:01:35 +0000 Bugfix in ProjectDefinition>>hgLogicalRevision.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 11 Jan 2013 00:01:35 +0000] rev 170
Bugfix in ProjectDefinition>>hgLogicalRevision. If logical revision is taken from the working copy, cache it in method annotation so subsequent call won't have to read and parse log again.
Thu, 10 Jan 2013 23:59:00 +0000 Bugfix: HGCommandParser>>parsePathCopyList.
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 10 Jan 2013 23:59:00 +0000] rev 169
Bugfix: HGCommandParser>>parsePathCopyList. There seem to be no space after closig parenthesis.
Sun, 16 Dec 2012 13:21:39 +0100 Bugfix: do not fileout extensionVersion_XXX when filing out Java extensions.
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 16 Dec 2012 13:21:39 +0100] rev 168
Bugfix: do not fileout extensionVersion_XXX when filing out Java extensions.
Sun, 16 Dec 2012 13:02:32 +0100 Bugfix - do not cache repositories by default.
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 16 Dec 2012 13:02:32 +0100] rev 167
Bugfix - do not cache repositories by default. Cacheing break identity tests on changesets.
Sun, 16 Dec 2012 12:06:19 +0100 Performance fix in HFSourceCodeManager revision log access.
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 16 Dec 2012 12:06:19 +0100] rev 166
Performance fix in HFSourceCodeManager revision log access. Do not load whole history of a file when only newest one is requested (which seems to be the most common case). This saves a lot of time for files with a lot of revisions.
Sun, 16 Dec 2012 01:31:06 +0100 Added support for lazy changesets.
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 16 Dec 2012 01:31:06 +0100] rev 165
Added support for lazy changesets. Changeset can be initially lazy, i.e., have only id. Rest is loaded lazily when needed. However, not used for now (would require changes in HGWorkingCopyFile>>revisions)
Sat, 15 Dec 2012 18:02:33 +0100 Bugfix in SCMAbstractPackageModel in extension fileout.
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 15 Dec 2012 18:02:33 +0100] rev 164
Bugfix in SCMAbstractPackageModel in extension fileout. Make sure Java class extensions (even class extension methods) are not filed out into extensions.st. This lead into uncompilable package because of Java class names in chunks.
Fri, 14 Dec 2012 20:19:43 +0100 Experimental HGWorkingCopyBrowser - unfinished!
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 14 Dec 2012 20:19:43 +0100] rev 163
Experimental HGWorkingCopyBrowser - unfinished!
Fri, 14 Dec 2012 17:53:21 +0100 Added HGWorkingCopyBrowser.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 14 Dec 2012 17:53:21 +0100] rev 162
Added HGWorkingCopyBrowser.
Tue, 11 Dec 2012 10:48:47 +0100 Bugfix: added lost NewSystemBrowser>>commonMenuHGPushSlice.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 11 Dec 2012 10:48:47 +0100] rev 161
Bugfix: added lost NewSystemBrowser>>commonMenuHGPushSlice.
(0) -100 -10 +10 +100 +300 tip