From: Petr Baudis Date: Sun, 3 Aug 2008 02:00:46 +0000 (+0200) Subject: tg-patch.sh: Fix list of >1 dependencies X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=737a9fa9de0ca7610457c2b4ed514b650668beda tg-patch.sh: Fix list of >1 dependencies --- 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\`."