Opened 4 years ago
Closed 3 years ago
#274 closed defect (duplicate)
Mercurial checking history on a Class - "Compare with newest in Repostiory" ends up in an error
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
I wanted to check on my ASInformation class at Mercurial vcs with the "Compare with newest in Repository", but end-up with an
[SubscriptOutOfBoundsError]: subscript (0) out of bounds in process NewSystemBrowser [195]
When you continue you get other errors like:
[MessageNotUnderstood]: UndefinedObject does not understand: #id in process NewSystemBrowser [195]
[MessageNotUnderstood]: UndefinedObject does not understand: #author in process NewSystemBrowser [195]
[MessageNotUnderstood]: UndefinedObject does not understand: #timestamp in process NewSystemBrowser [195]
[MessageNotUnderstood]: UndefinedObject does not understand: #message in process NewSystemBrowser [195]
[MessageNotUnderstood]: UndefinedObject does not understand: #do: in process NewSystemBrowser [195]
when finally ending with the Version DiffBrowser
(VersionDiffBrowser? (rev: 35d07323246a))
Closing as duplicate of #285