Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: vcs_info : git, hg, svn, fossil, etc.



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