From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19741 invoked by alias); 25 May 2010 19:50:42 -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: 27975 Received: (qmail 26780 invoked from network); 25 May 2010 19:50:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.219.228 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Yxg0nwecnz2KZzCiVRQI5q+ImvjYSDoVZO9DSPstqps=; b=gCp64ILNocpdMEzhFuVx9zYS9o29FnuX4VVL7UY3nes5jKz/v1v9IjXMvc14BFL0W2 aAJ9nVfZ+Iion/U2nB59gbUx2DH9xc6pbX70iwnoFhYpIxy9jcwue9y2bGj1yY99nKGk KYSlmuxPPYKpre2QE887jWwPMHscjNkfDmPJU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=jAOLOD+mCpvrrNsZPVueaVpCJiiIFqEMbOrBSMe4fXUXkE8IimtsL7I3OM8yXtebHE UZdmgBNrGaq+mrWg0xDRX5d1iQ6Y6ekwSuN1XqUr3XZZ7/VoQW64yJCp5twByCyrF9SJ b5Cu+OK87ByapHHD6IMZKYCJlj5BaX1fV7/+Y= MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 25 May 2010 21:50:34 +0200 Message-ID: Subject: Re: [PATCH] add: named branches and special revisions for multiple commands From: Richard Hartmann To: Sebastian Tramp Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On Mon, May 24, 2010 at 19:42, Sebastian Tramp wrote: > quote Richard Hartmann (20.5.2010): "send it to this list" :p > This patch introduces named branches, tags and local head ids as > speciarevision for multiple commands of mercurial ... Thanks. People who use hg should report back if it works for them and then it should be merged. Richard