From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26081 invoked by alias); 24 Sep 2015 16:15:50 -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: 36616 Received: (qmail 7340 invoked from network); 24 Sep 2015 16:15:47 -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=JDkZzEdS37wC8EJkpuHTUO5tV08=; b=km4PfH UUHY3W87bq8NwDplDwWS/bRdmSeUVp/dvSzC8s7YlDV2OnEIshqk+uPxcn9btXL4 M+77mR9h2csuYjJM5vJIqhp6z+XQkBvtqJRa45KumvXVx2Kve7VSRd17Uc+pfDtP So9j8E03OQqBB9S2aexcBTVrK3/xo3qAcGCOQ= 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=JDkZzEdS37wC8EJkpuHTUO5tV08=; b=aWy8M c7nTHrNZ1IkqP5ALE+rnmVC4iw27eexsSYp6Fc01gGI1PgNUSn018zQLIOlZYC2F okf0DgO6LZMUVdbvXuw2EEx/SeQriVFn5QGqSA3cGuCLUZw2HRWTAkA1YVccfli+ y+/9zIpreYXQN2PC8764EXoZqxRq/0H+zTvjAs= X-Sasl-enc: StUPB/1AYrHvHNl3eJTNBatUHl/gnuCylk5U7nLBTjD5 1443111344 Date: Thu, 24 Sep 2015 16:15:41 +0000 From: Daniel Shahaf To: Christoph Mathys Cc: zsh-workers@zsh.org Subject: Re: [patch] _hg: extend completion for hg push to support branch and bookmark Message-ID: <20150924161541.GE1906@tarsus.local2> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Christoph Mathys wrote on Thu, Sep 24, 2015 at 17:23:06 +0200: > Below another small patch to extend the completion for mercurials 'hg > push' to also support -b/-B. Thanks, pushed with minor changes.