summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-18 16:00:49 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-01-18 16:00:49 +0000
commit936087055274ac1805a98f5f695bd2f330a0dcf4 (patch)
tree369fcd23ebd579c89200eda5bf24eeeaf1c2f2e5
parent5c98f4e7ed883666b5c791ae07a6c6663d1bacaf (diff)
downloadlorry-936087055274ac1805a98f5f695bd2f330a0dcf4.tar.gz
lorry: make progress message more consistent with the rest
-rwxr-xr-xlorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry b/lorry
index e7c89c0..91001e7 100755
--- a/lorry
+++ b/lorry
@@ -74,7 +74,7 @@ class Lorry(cliapp.Application):
gitdir = os.path.join(dirname, 'git')
table[vcstype](dirname, gitdir, spec)
if self.settings['repack']:
- self.progress('Repacking %s git repository' % name)
+ self.progress('.. repacking %s git repository' % name)
self.run_program(['git', 'repack', '-a', '-d', '--depth=250',
'--window=250'], cwd=gitdir)
if not self.settings['pull-only']: