X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/0b4b9499a53813957d23adaa0e97e1cc3a3a6900..e45e1f855d8a7cd3b4183612122aa5c6de7f7b8d:/stgit/commands/commit.py 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)