X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/b778633bf53e926a1e632d2413a0da3facea78f9..0214be720e0e5a5bed5cd576deab12d449ff4bd9:/contrib/stg-whatchanged diff --git a/contrib/stg-whatchanged b/contrib/stg-whatchanged index d5b6965..a416e97 100755 --- a/contrib/stg-whatchanged +++ b/contrib/stg-whatchanged @@ -24,7 +24,7 @@ fi # Merges via "push" leave top=bottom so we must look at old patch # in this case (unlike, eg., "pick --fold") patchdir="$(git-rev-parse --git-dir)/patches/$(stg branch)/patches/$(stg top)" -if [ $(cat "$patchdir/bottom") = $(cat "$patchdir/top") ]; +if [ -s "$(git-rev-parse --git-dir)/conflicts" ]; then current_cmd="stg show //top.old" else