Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vcs_info on a hg repository with a git subrepository; actionformats works ok, formats does not
- X-seq: zsh-users 17276
- From: Seth House <seth@xxxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: vcs_info on a hg repository with a git subrepository; actionformats works ok, formats does not
- Date: Mon, 17 Sep 2012 09:06:00 -0700
- Cc: Ioannis Koutras <ioannis.koutras@xxxxxxxxx>, zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=oiA6Sz5HU8x558l3NNxikpOzHO+Xbksn3SmqMZlwpgw=; b=S+e6QJJLCvweI+QjFGJnX44quguiNtI66KTxbP9Pb0jWtWP7+EpRYBM20coxRV/Caf H5f9aI+DgP7xcn1CDaBoC+b6eIp/5Ds5Eb0OGlauvIc0Co9sSSE2DVd/1UY8O24hJx9q qid3J+wETmCulvX3NJJPLhu4hyKXaa9hDUI+sl0YznNrBQ4KS4GpaNcibJkWKDgPC1Ov Mnu0+7J4R3DeOEuA1baRRrEUkPZ2jcuc2UkdUBk+sWKi8PszR845A9N+tXWBPhiwNyTT 4DBNNpgp5tIv9hUo8Z5fyxr3Q1SFufLY/Y35LsUILhKPDXKdnecXd7H0C1aSj3Ba4idQ pblQ==
- In-reply-to: <87zk4oabam.fsf@ft.bewatermyfriend.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAPeCK2MsfJJxq0v1_eKA1uo9aJ1Mn-8+B-_YAPit-V_A4MFY6A@mail.gmail.com> <87boh4bt5l.fsf@ft.bewatermyfriend.org> <CAPeCK2MRukgGxx=nGhRs8oPMz=zPfj+XDcmf4Vaz+YJ+JZUEXw@mail.gmail.com> <877grsbrz7.fsf@ft.bewatermyfriend.org> <CAPeCK2PwM=GNAhxqmn-bMiDfKhpXJpOGgCqs05KJvMg1RsqkNg@mail.gmail.com> <87zk4oabam.fsf@ft.bewatermyfriend.org>
- Sender: whiteinge@xxxxxxxxx
On Mon, Sep 17, 2012 at 9:01 AM, Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> wrote:
> Thus, the output of "HGRCPATH=/dev/null hg --debug id -i -n -b" has to
> contain "--version" in its output on the non-working system.
This is correct, Frank. I am able to reproduce this error (Zsh 4.3.17)
by switching between Mercurial 1.9.3 and 2.3.1.
The output for the newer Mercurial is below:
% hg --debug id -i -n -b
nested: git --version
nested: git config --bool core.bare
nested: git rev-parse HEAD
nested: git update-index -q --refresh
nested: git diff-index --quiet HEAD
4a0f6db684a9b73ca8da117d2e368d309385bc20 1 default
FYI, the difference between the above command and that command with
-r. is to determine whether the hg repo working directory had
uncommitted changes. I'm headed AFK for a few hours this morning but
I'll come back to this later today.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author