From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28720 invoked by alias); 13 Feb 2012 16:44:26 -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: 30212 Received: (qmail 2311 invoked from network); 13 Feb 2012 16:44:23 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: foudil.newie@bigfoot.com Cc: zsh-workers@zsh.org, Seth House Subject: Re: hg vcs_info issue In-Reply-To: <4F392C6D.8040408@bigfoot.com> (foudil newie's message of "Mon, 13 Feb 2012 16:29:49 +0100") References: <4F392C6D.8040408@bigfoot.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) Date: Mon, 13 Feb 2012 17:44:25 +0100 Message-ID: <87d39ilm3a.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: [pbs]MzQ5NTM4 foudil.newie@bigfoot.com wrote: > my .zshrc contains: > autoload -Uz vcs_info > zstyle ':vcs_info:*' enable git cvs svn hg bzr > zstyle ':vcs_info:*' check-for-changes true How are you calling `vcs_info'? And how do you add the information from `$vcs_info_msg_0_' into your prompt? If you do the following on the command-line, does that look better? % vcs_info % vcs_info_lastmsg The first commands just calls the system to make sure everything is updated. The second command displays all `$vcs_info_msg_N_' variables that are configured along with their contents. If that seems broken as well, do the following: % functions -t VCS_INFO_detect_hg VCS_INFO_get_data_hg % vcs_info |& gzip -9 -c > vcs_info_hg.txt.gz ...and make the `vcs_info_hg.txt.gz' file available. Regards, Frank (Cc:ing Seth, who did most of the recent work on the hg backend)