From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 103B21F45E for ; Thu, 13 Feb 2020 17:43:00 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=HAaR avuU0nd3/S/oH1lpb6rtwC6DeDqFU8ucM9jv9ZdRaOlsQiDleCDrfq6VYqTFrEg5 ehGsfA0GilGBIOlu61J3dY738YUJdqelSKGuC+ATojCv4pu2ash2n0e4has1qq+T TuL78L7rL7kOKVNXT23LU1EnV02INqmy7DOk6aU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=xfqam9/mGQ n0PXNZxUJYFbRF2Ds=; b=T1SziEufyoE6oCXXFKU9aZ7OGK+x4XBr9eSN0PqZWn McBYvp4w2Jgm+XtKzF2ZXSlBhzF3YmYz6MfZp9byJCNO+yeM9m7Bl5J19QXgc3VD 6TAESK7B07UXKNQK6gkyeJy37+ym1up8iGDDlJQA3wkku8Qda8mwI2DSVJdpVYTF Y= Received: (qmail 27730 invoked by alias); 13 Feb 2020 17:42:57 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 27717 invoked by uid 89); 13 Feb 2020 17:42:57 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mailbackend.panix.com MIME-Version: 1.0 References: In-Reply-To: From: Zack Weinberg Date: Thu, 13 Feb 2020 12:42:41 -0500 Message-ID: Subject: Re: Review promise :-) To: "Carlos O'Donell" Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" On Thu, Feb 13, 2020 at 11:19 AM Carlos O'Donell wrote: > On Thu, Feb 13, 2020 at 11:01 AM Zack Weinberg wrote: > > > > Is there a way to operate on lots of patches at once? My queue is > > full of old patches that should be marked either committed or dropped, > > it would be nice to not have to load the individual patch page for > > each one and push the same buttons for each. > > Yeah, absolutely. > > You have two options: > * Script it using the pwclient CLI > * Use the web interface, apply a filter, click the top "Patch" > checkmark to check all selected, then apply a property and it is > applied to all the selected patches. I see the checkboxes in the web interface, but I don't see any controls for taking actions on the selected patches? Yes, I'm logged in. zw