summaryrefslogtreecommitdiff
path: root/tb3
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-07-25 22:31:02 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-07-25 22:31:02 +0200
commit801ba10d0c4dc3aa30d4edf8787291dfed9965a0 (patch)
tree4ff628fb0aa00f534d4a342a8aea764be435a84a /tb3
parentd21f797943805467a7151bfb3a0063ceb13738f5 (diff)
handle tb3-show-history command name
Diffstat (limited to 'tb3')
-rwxr-xr-xtb3/tb31
1 files changed, 1 insertions, 0 deletions
diff --git a/tb3/tb3 b/tb3/tb3
index 9ad22a6..10ccf6f 100755
--- a/tb3/tb3
+++ b/tb3/tb3
@@ -134,6 +134,7 @@ if __name__ == '__main__':
if not fullcommand:
args['sync'] = commandname == 'tb3-sync'
args['show_proposals'] = commandname == 'tb3-show-proposals'
+ args['show_history'] = commandname == 'tb3-show-history'
args['show_state'] = commandname == 'tb3-show-state'
execute(args)