Index: quilt/delete.in =================================================================== RCS file: /cvsroot/quilt/quilt/quilt/delete.in,v retrieving revision 1.13 diff -u -r1.13 delete.in --- quilt/delete.in 15 Nov 2004 22:43:19 -0000 1.13 +++ quilt/delete.in 7 Jun 2005 17:20:17 -0000 @@ -87,9 +99,11 @@ exit 1 fi fi -if ! remove_from_series $patch +if remove_from_series $patch then - printf $"Failed to remove patch %s\n" "$patch" >&2 + printf $"Removed patch %s\n" "$(print_patch $patch)" +else + printf $"Failed to remove patch %s\n" "$(print_patch $patch)" >&2 fi ### Local Variables: ### mode: shell-script