From 601f39bca09fa52acadec3b908f29aecc241e868 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 17 Sep 2013 13:29:21 +0000 Subject: b&m: Use new-status as the default The previous status is currently still available as old-status. --- morphlib/plugins/branch_and_merge_new_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/plugins/branch_and_merge_new_plugin.py') diff --git a/morphlib/plugins/branch_and_merge_new_plugin.py b/morphlib/plugins/branch_and_merge_new_plugin.py index ad1d4147..7710f309 100644 --- a/morphlib/plugins/branch_and_merge_new_plugin.py +++ b/morphlib/plugins/branch_and_merge_new_plugin.py @@ -53,7 +53,7 @@ class SimpleBranchAndMergePlugin(cliapp.Plugin): 'show-branch-root', self.show_branch_root, arg_synopsis='') self.app.add_subcommand('foreach', self.foreach, arg_synopsis='-- COMMAND [ARGS...]') - self.app.add_subcommand('new-status', self.status, + self.app.add_subcommand('status', self.status, arg_synopsis='') def disable(self): -- cgit v1.2.1