Fri, 23 May 2014 13:21:20 +0100 Fix in HGSourceCodeManager>>revisionInfoFromString:inClass: - care for non-existing project definition.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 23 May 2014 13:21:20 +0100] rev 435
Fix in HGSourceCodeManager>>revisionInfoFromString:inClass: - care for non-existing project definition.
Mon, 12 May 2014 17:48:16 +0100 Fixed bug AbstractFileBrowser class>>hgMenu.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 12 May 2014 17:48:16 +0100] rev 434
Fixed bug AbstractFileBrowser class>>hgMenu.
Fri, 02 May 2014 18:34:06 +0100 Fixed retrieving a revision info for extensions, returning package's logical revision.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 02 May 2014 18:34:06 +0100] rev 433
Fixed retrieving a revision info for extensions, returning package's logical revision. The implementation is bit hacky because of unfortunate design of SourceCodeManager API. To get a revision info, source code manager is only passed a revision string (from version_XX method) which does not contain any real revision info. To figure out package in question, a caller stack is searched. Ugly, indeed.
Thu, 01 May 2014 18:26:23 +0100 Merged 5bc7ac796e5e and f4cc379b8281
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 01 May 2014 18:26:23 +0100] rev 432
Merged 5bc7ac796e5e and f4cc379b8281
Thu, 01 May 2014 18:11:28 +0100 Change Class>>revision to return logical revision instead of binary revision.
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 01 May 2014 18:11:28 +0100] rev 431
Change Class>>revision to return logical revision instead of binary revision. The logical revision is always from class's project definition class. This is more reliable (or, say less confusing) then binary revision. Binary revision is a working copy parent revision at the time particular class has been compiled, not necesarily "last changed revision of the file".
Wed, 30 Apr 2014 20:58:10 +0200 just a setter
Claus Gittinger [Wed, 30 Apr 2014 20:58:10 +0200] rev 430
just a setter
Wed, 30 Apr 2014 20:35:41 +0200 activity notification
Claus Gittinger [Wed, 30 Apr 2014 20:35:41 +0200] rev 429
activity notification
Wed, 30 Apr 2014 20:34:36 +0200 use new asMutator message
Claus Gittinger [Wed, 30 Apr 2014 20:34:36 +0200] rev 428
use new asMutator message
Thu, 17 Apr 2014 10:44:30 +0200 duplicate rules eliminated
Claus Gittinger [Thu, 17 Apr 2014 10:44:30 +0200] rev 427
duplicate rules eliminated
Thu, 01 May 2014 10:22:04 +0100 Fixed regression for selective class commit.
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 01 May 2014 10:22:04 +0100] rev 426
Fixed regression for selective class commit. After a refactoring to support selective commit dies not work as it called obsoleted method #containersToFileOut. This commits re-implements this method and adds a number of tests to cover this issue.
(0) -300 -100 -10 +10 +100 +300 tip