From: Yann Dirson Date: Wed, 6 Jun 2007 22:01:52 +0000 (+0200) Subject: Fixed typo in contrib/stg-whatchanged. X-Git-Tag: v0.13~50 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/b778633bf53e926a1e632d2413a0da3facea78f9 Fixed typo in contrib/stg-whatchanged. Signed-off-by: Yann Dirson --- diff --git a/contrib/stg-whatchanged b/contrib/stg-whatchanged index f80d0a1..d5b6965 100755 --- a/contrib/stg-whatchanged +++ b/contrib/stg-whatchanged @@ -23,7 +23,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)/$(stg top)" +patchdir="$(git-rev-parse --git-dir)/patches/$(stg branch)/patches/$(stg top)" if [ $(cat "$patchdir/bottom") = $(cat "$patchdir/top") ]; then current_cmd="stg show //top.old"