X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d33c40f167af6610143c318c25880019ecbd0421..f0699cc74b73be50a6a99aa3459fb74383c094c3:/stgit/commands/pull.py diff --git a/stgit/commands/pull.py b/stgit/commands/pull.py index 25832a5..843b579 100644 --- a/stgit/commands/pull.py +++ b/stgit/commands/pull.py @@ -64,7 +64,7 @@ def func(parser, options, args): # pop all patches applied = crt_series.get_applied() if len(applied) > 0: - print 'Popping all patches...', + print 'Popping all applied patches...', sys.stdout.flush() crt_series.pop_patch(applied[0]) print 'done'