From b778633bf53e926a1e632d2413a0da3facea78f9 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 7 Jun 2007 00:01:52 +0200 Subject: [PATCH] Fixed typo in contrib/stg-whatchanged. Signed-off-by: Yann Dirson --- contrib/stg-whatchanged | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.0