Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
hg vcs_info issue
- X-seq: zsh-workers 30211
- From: foudil.newie@xxxxxxxxxxx
- To: zsh-workers@xxxxxxx
- Subject: hg vcs_info issue
- Date: Mon, 13 Feb 2012 16:29:49 +0100
- 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
Hi All,
it seems updates are not detected by vcs_info with:
zsh 4.3.15 (i386-redhat-linux-gnu)
Mercurial Distributed SCM (version 1.9.3)
Fedora 16
my .zshrc contains:
autoload -Uz vcs_info
zstyle ':vcs_info:*' enable git cvs svn hg bzr
zstyle ':vcs_info:*' check-for-changes true
steps to reproduce:
1. enter a clean hg-controlled dir
2. modify a hg-controlled file
3. see $vcs_info_msg_0_ is still "(hg)-[default]-"
what I expect is "(hg)-[default]U-" (note the "U" that indicates an update)
Cheers
Foudil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author