Faculty of Information Technology
Software Engineering Group

Opened 4 years ago

Closed 2 years ago

#281 closed defect (fixed)

[HGInvalidVersionError]: Unsuported Mercurial version (5.0.1) in process NewSystemBrowser [797]

Reported by: Patrik Svestka Owned by:
Priority: major Milestone:
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): no

Description (last modified by Patrik Svestka)

It appears that Smalltalk/X has issues with new mercurial version 5.x. This error appeared when I was browsing the methods on OpenSUSE Thumbleweed, having hg version - Mercurial Distributed SCM (version 5.0.1).

The screenshot of the error:


Attachments (1)

SmalltalkX_mercurial5_error.png (158.7 KB) - added by Patrik Svestka 4 years ago.

Download all attachments as: .zip

Change History (5)

Changed 4 years ago by Patrik Svestka

comment:1 Changed 4 years ago by Patrik Svestka

Description: modified (diff)

comment:2 Changed 4 years ago by Jan Vrany

Yes, 5.x is not in supported versions, not yet.

You may try to change HGCommand class >> hgVersionsSupported and add (5 #'*' #'*') "5.x" to make it "supported". The error should go away, but this does not mean everything will work - in case something has changed since 4.0 (especially output). You may give it a go, though. HTH

comment:3 Changed 4 years ago by Patrik Svestka

It appears that this patch is enough for now and mercurial support.

comment:4 Changed 2 years ago by Jan Vrany

Resolution: fixed
Status: newclosed

Fixed in ecb49bf29646/stx.libscm. Closing.

Note: See TracTickets for help on using tickets.