From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7748 invoked by alias); 13 Feb 2012 20:43:01 -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: 30215 Received: (qmail 9812 invoked from network); 13 Feb 2012 20:42:58 -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,413,1325458800"; d="scan'208";a="144080707" Message-ID: <4F3975CC.9090903@bigfoot.com> Date: Mon, 13 Feb 2012 21:42:52 +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: Re: hg vcs_info issue References: <4F392C6D.8040408@bigfoot.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > 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.) Oops, missed that completely. I thought I've had it working without `get-revision` enabled. I achieved the expected behavior by setting: zstyle ':vcs_info:hg:*' get-revision true zstyle ':vcs_info:hg:*' hgrevformat "" Thank you.