Repair error handling of float --series
commitc82de951e699b60e4c65a2a3b5c7993777814ad4
authorPeter Grayson <pete@jpgrayson.net>
Fri, 27 Aug 2021 21:01:12 +0000 (27 17:01 -0400)
committerPeter Grayson <pete@jpgrayson.net>
Fri, 27 Aug 2021 21:30:20 +0000 (27 17:30 -0400)
treed4ddd745da7bba2e6de94913102e5796aa1fbbf0
parent6764f2163339eb9482f529de022ada3f33173ef6
Repair error handling of float --series

The patch names from the series file are now explicitly checked for
validity before attempting to apply them. Now a bad patch name in a series
file will lead to a helpful error message instead of leaking an unhandled
exception to the user.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
stgit/commands/float.py
t/t1500-float.sh