summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index b7d22f43..566b1073 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -125,6 +125,8 @@ class BranchAndMergePlugin(cliapp.Plugin):
if not self.app.settings['no-git-update']:
gd.update_remotes()
+ self.app.status(
+ msg='Created system branch directory %s' % root_dir)
except morphlib.sysbranchdir.SystemBranchDirectoryAlreadyExists as e:
logging.error('Caught exception: %s' % str(e))
raise
@@ -185,7 +187,6 @@ class BranchAndMergePlugin(cliapp.Plugin):
gd.fat_init()
gd.fat_pull()
-
def branch(self, args):
'''Create a new system branch.