[tools] patches: Move "Waiting for feedback" from Pending to New

Michael Stefaniuc mstefani at redhat.de
Tue Feb 12 14:47:52 CST 2013


to match the real life experience.
---
 patches/update |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/update b/patches/update
index f92a64c..2795623 100755
--- a/patches/update
+++ b/patches/update
@@ -45,9 +45,9 @@ my %status_descr =
 
 my @legend =
 (
- [ "nil",        "<ul><li>Patch not even looked at yet, there's still hope...</li></ul>" ],
- [ "pending",    "<ul><li>The patch is not obviously correct at first glance. Making a more convincing argument, preferably in the form of a test case, may help.</li>" .
+ [ "nil",        "<ul><li>Patch not even looked at yet, there's still hope...</li>" .
                  "<li>Waiting for feedback from the main developer in that area.</li></ul>" ],
+ [ "pending",    "<ul><li>The patch is not obviously correct at first glance. Making a more convincing argument, preferably in the form of a test case, may help.</li></ul>" ],
  [ "committed",  "<ul><li>You have done everything right; congratulations!</li>" .
                  "<li>You screwed up but AJ missed it, send a fix before someone notices ;-)</li></ul>" ],
  [ "depend",     "<ul><li>The patch is part of a series in which a previous patch hasn't been applied. Resend when the dependent patch is fixed.</li></ul>" ],
-- 
1.7.6.5



More information about the wine-patches mailing list