From b9fb2a729cda6442da7aa4c2a9cdddd1b38a8409 Mon Sep 17 00:00:00 2001 From: Joseph Reagle Date: Thu, 10 Feb 2011 13:26:52 -0500 Subject: [PATCH 1/1] make commit terse as well --- src/mw/clicommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index cc6e6ef..1d0c46d 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -320,8 +320,8 @@ class CommitCommand(CommandBase): files_to_commit = 0 # how many files to process status = self.metadir.working_dir_status(files=self.args) for filename in status: - print '%s %s' % (status[filename], filename) if status[filename] in ['M']: + print '%s %s' % (status[filename], filename) files_to_commit += 1 if not files_to_commit: print 'nothing to commit' -- 2.30.2