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_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/plugins/branch_and_merge_plugin.py') diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py index 671071b6..37d5e40c 100644 --- a/morphlib/plugins/branch_and_merge_plugin.py +++ b/morphlib/plugins/branch_and_merge_plugin.py @@ -67,7 +67,7 @@ class BranchAndMergePlugin(cliapp.Plugin): 'tag', self.tag, arg_synopsis='TAG-NAME -- [GIT-COMMIT-ARG...]') self.app.add_subcommand('build', self.build, arg_synopsis='SYSTEM') - self.app.add_subcommand('status', self.status) + self.app.add_subcommand('old-status', self.status) self.app.add_subcommand('branch-from-image', self.branch_from_image, arg_synopsis='REPO BRANCH') group_branch = 'Branching Options' -- cgit v1.2.1