Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vcs_info for mercurial doesn't detect shared repos
- X-seq: zsh-workers 32262
- From: Benjamin Peterson <bp@xxxxxxxxxxxxxxxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: vcs_info for mercurial doesn't detect shared repos
- Date: Thu, 16 Jan 2014 06:41:39 -0800
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= benjamin-peterson.org; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=mesmtp; bh=v9wVL3sMSkU+ql/Ea8FOv807NdI=; b=WWEH mdza/lA2KIH4fi5iHl3g3J5K+wfeo8KOwBAPwP0tfzw9hAnChZ/iqDNYPsmXVao1 mNZr4mGVGfw9oBj82SIIBb0NrnwbYFI3kJax0YgutqiSu+fTfcTLPkVeJkjIUY0z zfAoJH4BUFkPNC7z0z7XrNal6fH+BolH9H1AdIc=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=v9wVL3sMSkU+ql/Ea8FOv807NdI=; b=o08 DmnP06jbwrs3ndNfaBCiDboyYJpz2FjZrk87qYILGRtjrTDuJiRL14skD7LN0I0a rMivQPYhWI82hYYwZhz4v1pEn6PRDvZmszYkgjYzOzSY3yQ1XZnHsYxueO2y2jDM pH61gv+QOf4h3Ack6Q5rOV+El1uXvMZy+mo3JJP0=
- In-reply-to: <87ha94b852.fsf@ft.bewatermyfriend.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1389837583.24091.71345781.48879D2E@webmail.messagingengine.com> <87ha94b852.fsf@ft.bewatermyfriend.org>
On Thu, Jan 16, 2014, at 01:14 AM, Frank Terbeck wrote:
> We used to use ‘branch’ as the file to check for but moved away from it,
> because it didn't work reliably with newer versions of mercurial (this
> might have changed again in the meantime, since I don't follow
> mercurial's development too closely).
>
> Checking for ‘hgrc’ is not an option, because ~/.hg/hgrc is a possible
> configuration file location, which would lead to false positives in the
> user's home directory.
I see. Tricky!
>
> If a mercurial developer has an idea on how to properly detect this
> particular extension, I'd be all ears. ;)
shared repos have a file .hg/sharedpath if that helps
Messages sorted by:
Reverse Date,
Date,
Thread,
Author