zsh-workers
 help / color / mirror / code / Atom feed
From: Frank Terbeck <ft@bewatermyfriend.org>
To: foudil.newie@bigfoot.com
Cc: zsh-workers@zsh.org, Seth House <seth@eseth.com>
Subject: Re: hg vcs_info issue
Date: Mon, 13 Feb 2012 17:44:25 +0100	[thread overview]
Message-ID: <87d39ilm3a.fsf@ft.bewatermyfriend.org> (raw)
In-Reply-To: <4F392C6D.8040408@bigfoot.com> (foudil newie's message of "Mon, 13 Feb 2012 16:29:49 +0100")

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)


  reply	other threads:[~2012-02-13 16:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-13 15:29 foudil.newie
2012-02-13 16:44 ` Frank Terbeck [this message]
2012-02-13 16:54 ` Seth House
2012-02-13 20:42   ` foudil.newie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d39ilm3a.fsf@ft.bewatermyfriend.org \
    --to=ft@bewatermyfriend.org \
    --cc=foudil.newie@bigfoot.com \
    --cc=seth@eseth.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).