Tue, 27 Mar 2018 12:46:26 +0200 #REFACTORING by stefan cvs_MAIN expecco_18_1_0 expecco_18_1_0wa1
Stefan Vogel <sv@exept.de> [Tue, 27 Mar 2018 12:46:26 +0200] rev 815
#REFACTORING by stefan class: HGStatus class removed: #theOnlyInstance functionality is now in superclass
Fri, 23 Mar 2018 00:01:23 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 23 Mar 2018 00:01:23 +0000] rev 814
Merge
Mon, 12 Feb 2018 22:31:32 +0000 Added support for amending a non-head revision
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 12 Feb 2018 22:31:32 +0000] rev 813
Added support for amending a non-head revision ...if evolve extension is on.
Tue, 06 Mar 2018 11:50:32 +0000 Fixed `HGStXTests >> #test_commit_31a` to work with evolve extension
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 06 Mar 2018 11:50:32 +0000] rev 812
Fixed `HGStXTests >> #test_commit_31a` to work with evolve extension
Mon, 12 Mar 2018 15:52:52 +0100 #DOCUMENTATION by mawalch cvs_MAIN
mawalch [Mon, 12 Mar 2018 15:52:52 +0100] rev 811
#DOCUMENTATION by mawalch typo
Fri, 09 Feb 2018 12:06:00 +0000 Removed (obsolete) `common/Makefile` and `mercurial/Makefile`
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 09 Feb 2018 12:06:00 +0000] rev 810
Removed (obsolete) `common/Makefile` and `mercurial/Makefile` ...which have been replaced by `Makefile.init` (because of macOS, sigh)
Fri, 09 Feb 2018 08:28:44 +0000 Initial support for updating obsolete package revision to its successor
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 09 Feb 2018 08:28:44 +0000] rev 809
Initial support for updating obsolete package revision to its successor Smalltalk maintains a "logical revision" which is the revision smalltalk believes the code is based on. However, if someone does a `hg commit --amend` outside smalltalk IDE, the "logical revision" become obsolete and further commits from smalltalk would be impossible. To solve this problem, this commut add a mechanism, that checks for this situation and if there's only one successor, allow user to bump the logical revision ot its successor. Then the the code can be commited as usual.
Thu, 08 Feb 2018 09:54:32 +0000 Initial support of obsolete changesets
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 08 Feb 2018 09:54:32 +0000] rev 808
Initial support of obsolete changesets * Added `HGChangeset >> isObsolete` testing method * Added `HGCHangeset >> successors` that returns immediaate sucessors changesets * Attempt to use an obsolete changeset would normally throw `HGObsoleteChangeset`
Thu, 08 Feb 2018 09:09:51 +0000 Improved parsing of common errors (such as unknown revision)
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 08 Feb 2018 09:09:51 +0000] rev 807
Improved parsing of common errors (such as unknown revision) The generic error [arsing methods not recognize these common errors and handle them, so individual commands do not need to override and specialize error parsing. Store more details (such as the id if unknown revision) in parameter of an exception.
Fri, 19 Jan 2018 22:42:30 +0100 #REFACTORING by stefan cvs_MAIN
Stefan Vogel <sv@exept.de> [Fri, 19 Jan 2018 22:42:30 +0100] rev 806
#REFACTORING by stefan class: HGChangesetFile changed: #readingFileDo:
(0) -300 -100 -10 +10 +100 tip