chiark / gitweb /
tg-patch.sh: Bring deplist format in sync with tg info
authorPetr Baudis <pasky@suse.cz>
Sun, 3 Aug 2008 17:32:49 +0000 (19:32 +0200)
committerPetr Baudis <pasky@suse.cz>
Sun, 3 Aug 2008 17:32:49 +0000 (19:32 +0200)
tg-patch.sh

index ac8a744432a40b5c6a3f367eb21079a4c691cdb1..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" | 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\`."