X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/22584709bad164032e086e1f29da646c83be916b..764d110156e4951ca5671a700ee2402fa3597734:/contrib/stg-unnew diff --git a/contrib/stg-unnew b/contrib/stg-unnew index 5ac8781..2a38264 100755 --- a/contrib/stg-unnew +++ b/contrib/stg-unnew @@ -6,6 +6,9 @@ set -e # Remove the current patch from the stack, keeping its contents as # uncommitted changes. +# CAVEAT: running this script on the bottom-most patch fails, since +# "stg pick --fold" does not allow this situation. + # Copyright (c) 2007 Yann Dirson # Subject to the GNU GPL, version 2.