From f12c14672b4d0824c808dec4841a1d134a5e17d6 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Sun, 14 Mar 2010 00:05:44 -0500 Subject: [PATCH] save-cmd: oops, left in some code that was forcing progress output. --- cmd/save-cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/save-cmd.py b/cmd/save-cmd.py index b97baa3..afb2506 100755 --- a/cmd/save-cmd.py +++ b/cmd/save-cmd.py @@ -117,7 +117,7 @@ def wantrecurse_during(ent): return not already_saved(ent) or ent.sha_missing() total = ftotal = 0 -if opt.progress or 1: +if opt.progress: for (transname,ent) in r.filter(extra, wantrecurse=wantrecurse_pre): if not (ftotal % 10024): progress('Reading index: %d\r' % ftotal) -- 2.39.2