Skip to content

Fix crash when dropping repo by name when no repo is currently chosen

Eric Sunshine requested to merge sunshineco/reposurgeon:es/dropcrash into master

This situation arises under the following conditions:

read <a
read <b
drop b # (or just "drop")
drop a # (crashes here)

Merge request reports