Closed RichiH closed 3 years ago
https://github.com/RichiH/vcsh/pull/253 introduced a bug which broke both vcsh push and vcsh pull: $VCSH_BRANCH was not set in list_has_remote().
vcsh push
vcsh pull
$VCSH_BRANCH
list_has_remote()
(the bug never made it into any tags/releases)
https://github.com/RichiH/vcsh/pull/253 introduced a bug which broke both
vcsh push
andvcsh pull
:$VCSH_BRANCH
was not set inlist_has_remote()
.