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
Since my project was in Detached Head state, I tried to use the "Merge" repair option. This opens a dialogue asking you to select a branch to merge with.
Since the current branch is in bold, I thought that maybe it was selected by default. I tried to click on "OK" but then I got an error.
UndefinedObject(Object)>>doesNotUnderstand: #name
IceTipMergeBranchPanel>>doAccept
IceTipMergeBranchDialog>>doAccept
[ self doAccept.
true ] in IceTipMergeBranchDialog(IceTipOptionDialog)>>accept in Block: [ self doAccept....
BlockClosure>>on:do:
IceTipMergeBranchDialog(IceTipOptionDialog)>>accept
[ self accept ] in IceTipMergeBranchDialog(IceTipDialog)>>openDialogWithSpec in Block: [ self accept ]
[ okAction value value == false
ifFalse: [ owner ifNil: [ self delete ] ifNotNil: [ owner delete ] ] ] in OkCancelToolbar(OkToolbar)>>okActionBlock in Block: [ okAction value value == false...
ButtonPresenter>>performAction
The text was updated successfully, but these errors were encountered:
- Do no throw a MNU if there is no selected branch
- Select a branch by default if there is one present (either the head of the first one)
Fixespharo-vcs#1036
Since my project was in Detached Head state, I tried to use the "Merge" repair option. This opens a dialogue asking you to select a branch to merge with.
Since the current branch is in bold, I thought that maybe it was selected by default. I tried to click on "OK" but then I got an error.
The text was updated successfully, but these errors were encountered: