Wed, 25 Nov 2015 18:55:40 +0100 #REFACTORING cvs_MAIN expecco_2_8_0 expecco_2_8_0a expecco_2_8_0b expecco_ALM_1_9_5 expecco_ALM_1_9_6
Claus Gittinger <cg@exept.de> [Wed, 25 Nov 2015 18:55:40 +0100] rev 585
#REFACTORING initial checkin class: SCMCommonSourceCodeManagerUtilities added: #compareProject:withRepositoryVersionFrom:extensionsOnly: #diffSetOfProject:againstRepositoryVersionFrom:extensionsOnly: changed: #compareProject:withRepositoryVersionFrom: #diffSetOfProject:againstRepositoryVersionFrom:
Tue, 03 Nov 2015 07:04:05 +0000 Make HGRevisionInfo to return author and timestamp.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 03 Nov 2015 07:04:05 +0000] rev 584
Make HGRevisionInfo to return author and timestamp. ...if asked for. This data are retrieved lazily from HG changeset (based on package and changeset id)
Mon, 02 Nov 2015 16:32:49 +0000 Fix for Tools::ObjectModuleInformation: guess a binary revision from context.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 02 Nov 2015 16:32:49 +0000] rev 583
Fix for Tools::ObjectModuleInformation: guess a binary revision from context. This is actually a dirty workaround for design bug in Smalltalk/X source code management code which relies on CVS-style keyword expansion (which is NOT supported by any modern SCM). A big sigh here. But a least the tool does not crash.
Fri, 30 Oct 2015 09:11:18 +0000 Oops, added missing HGSourceCodeManager>>validateWorkingCopy:
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 30 Oct 2015 09:11:18 +0000] rev 582
Oops, added missing HGSourceCodeManager>>validateWorkingCopy:
Thu, 29 Oct 2015 04:53:06 +0000 update tags
convert-repo [Thu, 29 Oct 2015 04:53:06 +0000] rev 581
update tags
Wed, 28 Oct 2015 09:24:29 +0100 removed unneeded appIcon method (libs have no appicon) cvs_MAIN
Claus Gittinger <cg@exept.de> [Wed, 28 Oct 2015 09:24:29 +0100] rev 580
removed unneeded appIcon method (libs have no appicon)
Wed, 28 Oct 2015 09:23:44 +0100 removed unneeded appIcon method (libs have no appicon) cvs_MAIN
Claus Gittinger <cg@exept.de> [Wed, 28 Oct 2015 09:23:44 +0100] rev 579
removed unneeded appIcon method (libs have no appicon)
Sun, 11 Oct 2015 07:34:57 +0100 Fix in HGChangeset>>summary: care for empty commit messages
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 11 Oct 2015 07:34:57 +0100] rev 578
Fix in HGChangeset>>summary: care for empty commit messages
Sun, 11 Oct 2015 07:34:18 +0100 Oops, fixed performance problem caused by excessive cache flushing
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 11 Oct 2015 07:34:18 +0100] rev 577
Oops, fixed performance problem caused by excessive cache flushing Flush branch/bookmarks/head cache only after execution of command that actually may change. This should speed up repository browser a lot.
Mon, 14 Sep 2015 06:04:42 +0100 Fixed repository sharing for Mercurial < 3.3
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 14 Sep 2015 06:04:42 +0100] rev 576
Fixed repository sharing for Mercurial < 3.3 Share extenstion of Mercurial versions < 3.3 do not support `-B` option. Check the version of Mercurial and conditionally include `-B` if it's supported.
(0) -300 -100 -10 +10 +100 +300 tip