chiark / gitweb /
Make "tg help cmd" print cmd help
[topgit.git] / tg-patch.sh
index 45da3042455cbc466553451e8cb89627093c4804..04023c05234d938d10acfb112a77554e7c0425f8 100644 (file)
@@ -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\`."