summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index c3a209b7..b1fa7fbb 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -186,6 +186,8 @@ class BranchAndMergePlugin(cliapp.Plugin):
self.app.settings['repo-alias'])
# Get the repository into the cache; make sure it is up to date.
+ self.app.status(msg='Updating git repository %(reponame)s',
+ reponame=reponame)
repo = cache.cache_repo(reponame)
if not self.app.settings['no-git-update']:
repo.update()