summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index ed49cba4..52c44b46 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -58,6 +58,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
'empty directory: %s' % dirname)
os.mkdir(os.path.join(dirname, '.morph'))
+ self.app.status(msg='Initialized morph mine', chatty=True)
def minedir(self, args):
'''Find morph mine directory from current working directory.'''