From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11607 invoked by alias); 25 Jan 2015 00:45:37 -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: 34375 Received: (qmail 3263 invoked from network); 25 Jan 2015 00:45:35 -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 From: Frank Terbeck To: zsh-workers@zsh.org Subject: Re: [PATCH] vcs_info hg: Support inactive bookmarks In-Reply-To: <20150124152537.GB20359@tarsus.local2> (Daniel Shahaf's message of "Sat, 24 Jan 2015 15:25:37 +0000") References: <20150124152537.GB20359@tarsus.local2> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) Date: Sun, 25 Jan 2015 01:44:47 +0100 Message-ID: <874mrfy9hc.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: NDMwNDQ0 Daniel Shahaf wrote: > After running 'hg bookmark foo -r bar', there is a difference between 'hg > checkout foo' and 'hg checkout bar'. (The difference is similar to git > detached heads.) vcs_info is not aware of this difference. The attached > patch adds that feature. I don't use Mercurial much anymore, so I'll trust this does the right thing. I'll push it in a minute. :-) Regards, Frank