From 737a9fa9de0ca7610457c2b4ed514b650668beda Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 3 Aug 2008 04:00:46 +0200 Subject: [PATCH] tg-patch.sh: Fix list of >1 dependencies --- tg-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg-patch.sh b/tg-patch.sh index 45da304..ac8a744 100644 --- a/tg-patch.sh +++ b/tg-patch.sh @@ -41,6 +41,6 @@ fi rm "$git_is_stupid" echo '-- ' -echo "tg: ($base_rev..) $name (depends on $(git cat-file blob "$name:.topdeps"))" +echo "tg: ($base_rev..) $name (depends on $(git cat-file blob "$name:.topdeps" | paste -s -d ,))" branch_contains "$name" "$base_rev" || echo "tg: The patch is out-of-date wrt. the base! Run \`tg update\`." -- 2.11.4.GIT