summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-31 16:20:14 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-08-01 13:25:39 +0000
commit1bfaa27c75ac03c7075bd788007bc0d0bdd981fc (patch)
tree2a6117ead3e2ecf1a09f15a8b09629767397636d /morphlib
parent5e7133b8ff1f4d685e6cd0dda24c24e6764ac296 (diff)
downloadmorph-1bfaa27c75ac03c7075bd788007bc0d0bdd981fc.tar.gz
Add chatty output to init command
If verbose is specified, then more output is expected, so print that it was successful. This was actually added so that the self parameter of init was used for something.
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.'''