From 603df20f16bcd4c11365bfad1fb7f5b3c7228c07 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 25 Sep 2008 16:55:41 +0200 Subject: [PATCH] tg-completion: Use tg summary -t for __tg_topics() --- contrib/tg-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tg-completion.bash b/contrib/tg-completion.bash index 59fbc50..67f820e 100755 --- a/contrib/tg-completion.bash +++ b/contrib/tg-completion.bash @@ -191,7 +191,7 @@ __tg_complete_revlist () __tg_topics () { - tg summary | cut -f 2 + tg summary -t } __tg_commands () -- 2.30.2