Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: hg vcs_info issue
<foudil.newie <at> bigfoot.com> writes:
> my .zshrc contains:
> autoload -Uz vcs_info
> zstyle ':vcs_info:*' enable git cvs svn hg bzr
> zstyle ':vcs_info:*' check-for-changes true
In order for the hg backend to pick up local changes you also need to
have the `get-revision` option enabled. (There is a short note about
this in the manpage.)
The reason for this is the hg backend determines if there are
uncommitted changes by running the `hg id` and looking for the '+'
character.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author