@leroysheep / LeeRoySheep / commits / 80de4ed456

Meta/GRADUATED: fix typo that broke duplicate removal

Junio C Hamano committed Jan 9, 2013 at 12:58 UTC 80de4ed456418e67db8b141aa4100e6bfab4a661
1 file changed +1 -1
GRADUATED
+1 -1
index 89a8b84562..5994a73653 100755 --- a/GRADUATED +++ b/GRADUATED @@ -44,7 +44,7 @@ dothis () { one_topic () { topic="$1" tip="$2" date="$3" case " $topics" in *" $topic "*) return ;; esac - topics="$topic$topic " + topics="$topics$topic " mergeable=no ready=no label=