slide-out
checks out the parent of the topmost slid-out branch, even if the current branch hasn't been slid out
#849
Labels
usability
Relates to user experience, clarity, learning curve, reducing confusion etc.
The behavior of checking out the parent (i.e. a non-slid-out branch) makes sense when the current branch has been slid-out... but is confusing/surprising otherwise.
Easiest to repro:
Check out
foo
, thengit machete slide-out bar
.Expected:
foo
is still checked outActual:
master
is checked outThe text was updated successfully, but these errors were encountered: