From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 343 invoked by alias); 26 Sep 2015 00:23:59 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36634 Received: (qmail 10152 invoked from network); 26 Sep 2015 00:23:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=0eVTIx4Alb/wc9uJzYa/yXFRjYk=; b=U2RD2K 1cgQZk7/zHcFPNuVyR0kMN4jNSPN6KGIYm/U8SLAfBDY+bns5NjMkoTKK0Ftu5pc +KhWA8AHF6SKpCqojuk1nziJdNgxGDzfCjduNoN7ENOawoDZ9Q9ask0b2pUCpb16 uXoXkn3J1mGRNYxfJJLNmSSQrDjl3QBi5rTBY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=0eVTIx4Alb/wc9uJzYa/yXFRjYk=; b=BuUKc kO2iNLKtJQBZ1vVaJd5NaH3D4i/2/u9dUDXbiIQOIgwVQtGnANbXoZuIdMPr5pc/ EPFwxXLu4GLwEsYBe0BxkX4qA41LJSU+jGO9DCkzbn2SxFRegaa/cnc9Ajeb+fVW JFKFRIzClkFhJhukD2i5JbOzgjkFUU1f1PyaB4= X-Sasl-enc: LsZqXbPE4pfwyJfxNjYjMPqx4Ym+B4VxEfgYDAK7QkIM 1443227037 Date: Sat, 26 Sep 2015 00:23:55 +0000 From: Daniel Shahaf To: Christoph Mathys Cc: zsh-workers@zsh.org Subject: Re: [patch] _hg: completion for 'hg bookmarks' Message-ID: <20150926002355.GD2082@tarsus.local2> References: <20150924160550.GD1906@tarsus.local2> <20150925231850.GB2082@tarsus.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150925231850.GB2082@tarsus.local2> User-Agent: Mutt/1.5.21 (2010-09-15) Daniel Shahaf wrote on Fri, Sep 25, 2015 at 23:18:50 +0000: > Possible further improvements are to remove the -w, and change --foo > to --foo=, throughout the rest of _hg. I had a few minutes so did this in 92584634d3d39e9ca64475ae5af8010e2ccebe24. (Not posting the diff since it's a mechanical change.) If I went overzealous with the global search/replace please let me know. Cheers, Daniel