Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vcs_info : git, hg, svn, fossil, etc.
- X-seq: zsh-users 17315
- From: Gautier DI FOLCO <gautier.difolco@xxxxxxxxx>
- To: Baptiste Daroussin <baptiste.daroussin@xxxxxxxxx>
- Subject: Re: vcs_info : git, hg, svn, fossil, etc.
- Date: Tue, 9 Oct 2012 16:58:44 +0200
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8T2/UKxRvuoC51fde1sNKbZ3y0vn9IpQfXsOt4xPYsM=; b=P6u4dKA0JC4xMelHVskdOr+8JLl+8z/VEA033YeiLE3lUi1nKndfAhcTr2Zsa6AGPh W8amRFUzsGRYIvFmeVk+pCuTykOPD91SJwcFoRXXRWtGn+geHgD9GUPEa/z7ILHHgJEr UiJzTWWuH/2zl8roq4XNkne/Ethxsv62ZnO3qwfgdaqaSibyoTZxSLKZeIzKzzCqx/79 p1kbYYptaWcPHLQwaoMREoF9Z1bAW82MQ79+vecDdbuzZ3q4ydxJ2DPNHOlgPECIexM5 7kAcad/ibwenLLSmAJbVh+6H0HnjNZT8jN8m7/rBcedbcHGL/o9ahVDL5j5sYMJA+ijw Qt3g==
- In-reply-to: <CAPKC6o+HV_8=jzxmGeP4dErQ-P9YPX-s1FUxm53ngE=TtqyneQ@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAH_3vcTcAZ0V1-TOfcChQrMVAJ4kZ-+4KYE1Ua7j0LL0kiPpFg@mail.gmail.com> <CAPKC6o+HV_8=jzxmGeP4dErQ-P9YPX-s1FUxm53ngE=TtqyneQ@mail.gmail.com>
2012/9/22 Baptiste Daroussin <baptiste.daroussin@xxxxxxxxx>
> For fossil the thing is that VCS_INFO_detect_fossil is only looking
> for _FOSSIL_ file but now on unix by default it should be looking for
> .fslckout
>
> To make this work, edit the file, change:
> vcs_comm[detect_need_file]=_FOSSIL_
> to
> vcs_comm[detect_need_file]="_FOSSIL_ .fslckout"
>
> And it will work.
>
> Tested and approved here :)
>
> regards,
> Bapt
>
It works, I have some troubles with git and hg for recieving the commit id,
but
I think I have a pretty old version of zsh.
Thanks for your help.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author