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

hg vcs_info issue



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