We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff196ed commit 1bbe5cfCopy full SHA for 1bbe5cf
1 file changed
bin/mkpatch
@@ -111,6 +111,7 @@ if [[ $1 =~ / ]]; then die "Expected a patch name, but the first argument to $pr
111
name=$1; shift;
112
113
patchfile=$progdir/../../patches/$(date +%Y-%m-%d)-$name.patch
114
+if [ -e $patchfile ]; then die "Patchfile $patchfile already exists"; fi
115
svn diff ${CHG:+ -c $CHG} ${REV:+ -r $REV} "$@" > $patchfile
116
less $patchfile
117
echo ""
0 commit comments