From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3383 invoked by alias); 13 Feb 2012 15:40:37 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30211 Received: (qmail 2059 invoked from network); 13 Feb 2012 15:40:25 -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=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bigfoot.com does not designate permitted sender hosts) X-IronPort-AV: E=Sophos;i="4.73,412,1325458800"; d="scan'208";a="144041995" Message-ID: <4F392C6D.8040408@bigfoot.com> Date: Mon, 13 Feb 2012 16:29:49 +0100 From: foudil.newie@bigfoot.com User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20120131 Thunderbird/10.0 MIME-Version: 1.0 To: zsh-workers@zsh.org Subject: hg vcs_info issue Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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