You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When currently on a branch without any commits (such as the initial master branch), trying to switch to another branch produces this error: MessageNotUnderstood: UndefinedObject>>includesObjectAt:. This is due to self loadedHistorian version being nil, as the branch the browser is coming from is empty.
Steps to reproduce
Create a new project (this creates an empty master branch).
Add a remote and fetch it. This one works for the reproduction.
Right click one of the remote branches and select "Create a new branch and switch to it".
Name the new branch something other than master.
Now, the error MessageNotUnderstood: UndefinedObject>>includesObjectAt: should appear.
The text was updated successfully, but these errors were encountered:
Thank you for the report. To remember to handle branches without commits is always a pain... I will write a test case that tests the two switch variants while on an orphaned branch.
When currently on a branch without any commits (such as the initial master branch), trying to switch to another branch produces this error:
MessageNotUnderstood: UndefinedObject>>includesObjectAt:
. This is due toself loadedHistorian version
beingnil
, as the branch the browser is coming from is empty.Steps to reproduce
master
branch).master
.MessageNotUnderstood: UndefinedObject>>includesObjectAt:
should appear.The text was updated successfully, but these errors were encountered: