From 936087055274ac1805a98f5f695bd2f330a0dcf4 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 18 Jan 2012 16:00:49 +0000 Subject: lorry: make progress message more consistent with the rest --- lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']: -- cgit v1.2.1