tools/patches: clarify the meaning of 'pending' patch state

Austin English austinenglish at gmail.com
Sun Apr 1 18:19:37 CDT 2012


-- 
-Austin
-------------- next part --------------
diff --git a/patches/update b/patches/update
index f92a64c..9f3a6eb 100755
--- a/patches/update
+++ b/patches/update
@@ -25,7 +25,7 @@ binmode STDOUT, ':utf8';
 my %status_descr =
 (
  "nil"        => "New",
- "pending"    => "Pending",
+ "pending"    => "Decision pending",
  "applied"    => "Applied",
  "committed"  => "Committed",
  "applyfail"  => "Apply failure",
@@ -46,7 +46,7 @@ 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>" .
+ [ "pending",    "<ul><li>The patch is not obviously correct at first glance, or the approach taken looks wrong. Making a more convincing argument, preferably in the form of a test case, may help.</li>" .
                  "<li>Waiting for feedback from the main developer in that area.</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>" ],


More information about the wine-patches mailing list