Thu, 10 Jan 2019 21:25:14 +0000 Fix commit with class renames for Mercurial 4.8 and later
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 10 Jan 2019 21:25:14 +0000] rev 865
Fix commit with class renames for Mercurial 4.8 and later Starting with Mercurial 4.8 one has to use `-f` option to force rename of file over a file that is already tracked, otherwuse `hg mv` fails. This is tested by `#test_commit_17h`. This commit fixes this issue.
Tue, 13 Nov 2018 15:43:08 +0100 Issue #239: Fix all Smalltak/X source files to be in unicode (UTF8 without BOM) and prefixed by "{ Encoding: utf8 }" when any unicode character is present
Patrik Svestka <patrik.svestka@gmail.com> [Tue, 13 Nov 2018 15:43:08 +0100] rev 864
Issue #239: Fix all Smalltak/X source files to be in unicode (UTF8 without BOM) and prefixed by "{ Encoding: utf8 }" when any unicode character is present - All source *.st files are now Unicode UTF8 without BOM Files are in two groups (fileOut works this way in Smalltalk/X): - containing a unicode character have "{ Encoding: utf8 }" at the header - ASCII only are without the header
Thu, 11 Oct 2018 09:32:34 +0200 Fix `HGRevisonInfo >> #date` to return correct date
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 11 Oct 2018 09:32:34 +0200] rev 863
Fix `HGRevisonInfo >> #date` to return correct date Oops, due to a wrong format specification, the returned string was completely bogus! This commit fixes this and makes sure the date can be then parsed to an instance of a `Date` using `Date class >> readFrom:`
Tue, 25 Sep 2018 12:47:30 +0100 Added directory `objmingw` to default `.hgignore`
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 25 Sep 2018 12:47:30 +0100] rev 862
Added directory `objmingw` to default `.hgignore` ...generated upon first commit (or when there's no `.hgignore`)
Tue, 25 Sep 2018 12:33:31 +0100 Partial fix for "null" `HGChangeset`
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 25 Sep 2018 12:33:31 +0100] rev 861
Partial fix for "null" `HGChangeset` "null" changeset is currently kept as a singleton instance, i.e., `HGChangeset null` always return the same object. However, some queries (such as `#isObsolete` or `#successors`) require repository to be set - obviously, for "null" changeset there's no repository. Therefore these queries resulted into DNU. To paetially fix this, short-circuit these query methods to answer trasonable values for "null" changeset. Better solution would be to make "null" changeset a normal changeset within a repository.
Thu, 30 Aug 2018 09:19:13 +0100 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 30 Aug 2018 09:19:13 +0100] rev 860
Merge
Thu, 23 Aug 2018 10:44:42 +0100 Fix parsing og `hg merge` output for Mercurial 4.6 and newer
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 23 Aug 2018 10:44:42 +0100] rev 859
Fix parsing og `hg merge` output for Mercurial 4.6 and newer In Mercurial 4.6 the wording of last line of the output has changed. This commit updates the parser so it can handle both wordings.
Thu, 23 Aug 2018 10:37:24 +0100 Fix bad error messages in `HGChangesetId` parser
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 23 Aug 2018 10:37:24 +0100] rev 858
Fix bad error messages in `HGChangesetId` parser The error was signalled correctly but its message was wrong / misleading (copy-paste error)
Thu, 30 Aug 2018 03:34:47 +0000 update tags
convert-repo [Thu, 30 Aug 2018 03:34:47 +0000] rev 857
update tags
Wed, 29 Aug 2018 12:46:21 +0200 #REFACTORING by cg cvs_MAIN expeccoALM_1_13 expecco_18_2_0 expecco_18_2_1
Claus Gittinger <cg@exept.de> [Wed, 29 Aug 2018 12:46:21 +0200] rev 856
#REFACTORING by cg class: HGRevisionAnnotation removed: #annotatesClass: #annotatesMethod:
(0) -300 -100 -10 +10 tip