From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4732 invoked by alias); 24 Sep 2015 22:17:31 -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: 36622 Received: (qmail 17010 invoked from network); 24 Sep 2015 22:17:29 -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=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=yVpijh6hcgimcrtH4ok7iv/RSEU=; b=NmOvh0 zrEeQvkfKzmEn/F8Fuja5cozpeSliy7Ey5Ob1R/t+QxPUKfKvrEbsAeYLNsxiojb Fn+W+ts+PWh3nzZsmb4oyi/AdeqCT9LXQ+6fOQglYyG4lqNuvBBybLRLL2+zKAz+ d+3lXNUS4dm1bU/g/ks8rYrjnRcC19Aj2WON0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=yVpijh6hcgimcrtH4ok7iv/RSEU=; b=AmQLT hYuPEuu1XZVjyWTRwGSr2rGodCZAopnGP4c8a3CQtYAIXOeBDT9RuxtoHqHh0ihf /kCAp8yn6OD7az9JiN/icSGNiM860AIkot/wbB0vgauq5kNG2JWp1Pe9nBdSfwt9 6H8GfD5Y3nl/k3VjV/Lktbj1C0B4Xgyfyo7mCY= X-Sasl-enc: nEnOHqcIkK43N7wNQUedsPxR2E6pjNxqtL2Jvk3TyXVZ 1443133047 Date: Thu, 24 Sep 2015 22:17:20 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: [patch] _hg: completion for 'hg bookmarks' Message-ID: <20150924221720.GA6319@tarsus.local2> References: <20150924160550.GD1906@tarsus.local2> <150924092937.ZM984@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <150924092937.ZM984@torch.brasslantern.com> User-Agent: Mutt/1.5.21 (2010-09-15) Bart Schaefer wrote on Thu, Sep 24, 2015 at 09:29:37 -0700: > On Sep 24, 4:05pm, Daniel Shahaf wrote: > } > } 3. Why do you have a leading '-' on the first and last line? Is it > } intentional? > > It is possible to specify multiple sets of options and arguments > with the sets separated by single hyphens. The specifications I don't see why _hg_cmd_bookmarks() needs to use sets, and in any case, the documentation you quote suggests set names are mandatory, but Christoph's patch doesn't name the sets.