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 )
Attachments (1)
Change History (5)
Changed 4 years ago by
Attachment: | SmalltalkX_mercurial5_error.png added |
---|
comment:1 Changed 4 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 4 years ago by
comment:3 Changed 4 years ago by
It appears that this patch is enough for now and mercurial support.
comment:4 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in ecb49bf29646/stx.libscm. Closing.
Note: See
TracTickets for help on using
tickets.
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