From: Petr Baudis Date: Sun, 3 Aug 2008 17:32:49 +0000 (+0200) Subject: tg-patch.sh: Bring deplist format in sync with tg info X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;ds=sidebyside;h=885731a8fc792c41c05c9bbdf7aa90ddec16be77;p=topgit.git tg-patch.sh: Bring deplist format in sync with tg info --- 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\`."