* [PATCH] "stg pull" says "popping all patches" even when it doesn't
@ 2006-01-29 18:08 Chuck Lever
0 siblings, 0 replies; only message in thread
From: Chuck Lever @ 2006-01-29 18:08 UTC (permalink / raw)
To: catalin.marinas; +Cc: git
Running "stg pull" says it pops all patches, but it really means it is
popping all *applied* patches. Change the informational message to match
the behavior.
Signed-off-by: Chuck Lever <cel@netapp.com>
---
stgit/commands/pull.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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'
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-29 18:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-29 18:08 [PATCH] "stg pull" says "popping all patches" even when it doesn't Chuck Lever
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).