From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2949 invoked by alias); 9 Oct 2012 14:58:50 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17315 Received: (qmail 8716 invoked from network); 9 Oct 2012 14:58:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.219.43 as permitted sender) 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== MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 9 Oct 2012 16:58:44 +0200 Message-ID: Subject: Re: vcs_info : git, hg, svn, fossil, etc. From: Gautier DI FOLCO To: Baptiste Daroussin Cc: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=e89a8fb20432182e6504cba19349 --e89a8fb20432182e6504cba19349 Content-Type: text/plain; charset=ISO-8859-1 2012/9/22 Baptiste Daroussin > 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. --e89a8fb20432182e6504cba19349--