From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26150 invoked by alias); 17 Sep 2012 15:25:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17274 Received: (qmail 137 invoked from network); 17 Sep 2012 15:25:50 -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: Ioannis Koutras Cc: zsh-users@zsh.org, Seth House Subject: Re: vcs_info on a hg repository with a git subrepository; actionformats works ok, formats does not In-Reply-To: (Ioannis Koutras's message of "Mon, 17 Sep 2012 17:02:29 +0200") References: <87boh4bt5l.fsf@ft.bewatermyfriend.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) Date: Mon, 17 Sep 2012 17:15:40 +0200 Message-ID: <877grsbrz7.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: [pbs]MzQ5NTM4 Ioannis Koutras wrote: > On Mon, Sep 17, 2012 at 4:50 PM, Frank Terbeck wrote: >> % hg --debug id -i -n -b -r. >> >> Try those in the working and the non-working setup, is there a >> difference? > > I get the same output from both machines: >> 5b77e5e4bcbae0c9f6a4f1f84f51e0814b4cd77b 5 default > > Is there anything else to try? By the way, the repository is public, > you may access it at https://bitbucket.org/joko/dotfiles Well, not off hand. But maybe the output of a trace could help (me or Seth). Do this and enter the directory in question (on both machines): % for i in VCS_INFO_get_data_hg VCS_INFO_formats; do functions -t $i; done Regards, Frank