From 0dd3d1af74881c8af788fad114d8ba25779c59de Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Tue, 5 Dec 2006 22:07:24 +0000 Subject: [PATCH] Flush the stdout in the commit command Signed-off-by: Catalin Marinas --- stgit/commands/commit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stgit/commands/commit.py b/stgit/commands/commit.py index a3b7277..8af6651 100644 --- a/stgit/commands/commit.py +++ b/stgit/commands/commit.py @@ -55,6 +55,7 @@ def func(parser, options, args): crt_head = git.get_head() print 'Committing %d patches...' % len(applied), + sys.stdout.flush() crt_series.pop_patch(applied[0]) git.switch(crt_head) -- 2.11.0