summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-18 15:59:49 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-01-18 15:59:49 +0000
commit5c98f4e7ed883666b5c791ae07a6c6663d1bacaf (patch)
tree2077101ae6f223faf31fbf96e5a9b43ea59e85be /lorry
parentc923ca270ea651a5f0368e6a34b93f5bbb5d8a7d (diff)
downloadlorry-5c98f4e7ed883666b5c791ae07a6c6663d1bacaf.tar.gz
lorry: add progress for repacking
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorry b/lorry
index 392d339..e7c89c0 100755
--- a/lorry
+++ b/lorry
@@ -74,6 +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.run_program(['git', 'repack', '-a', '-d', '--depth=250',
'--window=250'], cwd=gitdir)
if not self.settings['pull-only']: