chiark / gitweb /
tg-completion: Use tg summary -t for __tg_topics()
authorPetr Baudis <pasky@suse.cz>
Thu, 25 Sep 2008 14:55:41 +0000 (16:55 +0200)
committerPetr Baudis <pasky@suse.cz>
Thu, 25 Sep 2008 14:55:41 +0000 (16:55 +0200)
contrib/tg-completion.bash

index 59fbc5065475bdb0241e73945f022196c9a0fc4f..67f820e8d55068697490ac537f27cede4ba46fd2 100755 (executable)
@@ -191,7 +191,7 @@ __tg_complete_revlist ()
 
 __tg_topics ()
 {
-       tg summary | cut -f 2
+       tg summary -t
 }
 
 __tg_commands ()