From 885731a8fc792c41c05c9bbdf7aa90ddec16be77 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 3 Aug 2008 19:32:49 +0200 Subject: [PATCH] tg-patch.sh: Bring deplist format in sync with tg info --- tg-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg-patch.sh b/tg-patch.sh index ac8a744..04023c0 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" | paste -s -d ,))" +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.30.2