Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: =?utf-8?b?dmNzX2luZm8=?= Mercurial backend branch name display
- X-seq: zsh-workers 27968
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: PATCH: =?utf-8?b?dmNzX2luZm8=?= Mercurial backend branch name display
- Date: Mon, 24 May 2010 12:45:08 -0400
- In-reply-to: <loom.20100524T173939-572@xxxxxxxxxxxxxx> (Seth House's message of "Mon, 24 May 2010 15:48:47 +0000 (UTC)")
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <loom.20100524T173939-572@xxxxxxxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
>>>>> On May 24, 2010 Seth House <seth@xxxxxxxxx> wrote:
> This patch fixes a VCS_Info bug (introduced by me) that broke the branch display
> by always displaying as "default".
> +if [[ -n ${r_branch} ]] || r_branch="default"
Looks like you have a spurious 'if' there..
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author