From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 24 04:19:08 2013 Received: (at submit) by debbugs.gnu.org; 24 Oct 2013 08:19:08 +0000 Received: from localhost ([127.0.0.1]:40155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZG8I-0006bd-TM for submit@debbugs.gnu.org; Thu, 24 Oct 2013 04:19:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54993) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZG8E-0006b4-Ue for submit@debbugs.gnu.org; Thu, 24 Oct 2013 04:19:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZG88-00050V-Jy for submit@debbugs.gnu.org; Thu, 24 Oct 2013 04:18:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZG88-00050R-HY for submit@debbugs.gnu.org; Thu, 24 Oct 2013 04:18:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZG87-00078c-Bb for bug-gnu-emacs@gnu.org; Thu, 24 Oct 2013 04:18:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZG85-0004ya-KZ for bug-gnu-emacs@gnu.org; Thu, 24 Oct 2013 04:18:55 -0400 Received: from mail-oa0-x22d.google.com ([2607:f8b0:4003:c02::22d]:44861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZG85-0004xN-FJ for bug-gnu-emacs@gnu.org; Thu, 24 Oct 2013 04:18:53 -0400 Received: by mail-oa0-f45.google.com with SMTP id i4so2035767oah.4 for ; Thu, 24 Oct 2013 01:18:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=L/xanVq85yfy5DFIjs68F0lbhJIyiy64/s1sKpgGT5w=; b=DGR2MAW5OMsszZ/n1EKkHISU3WxmGip20YgyNounleS8wqiHjF3Ps/tk5CQJrqSz/R trtBZ2cO555T/qDVT1enmKqP89tgmYvYaye9EhJLIwQ1B21UyGcPdXBTOqsrKem1O2x7 1jxk9vjTQ/gw8Bb+qQyyRRuNXl49uJyUQ8AhVTUw3OuShKlxejVP0vFeFIbnKyzmXU3p uHENRUAnjZgf0JB7cXMgM5ehxHdIkRwfAtZLEsG4BiU/G9X6+58d6ratI9MW188kGZc3 A0MjrxP1P1Gs7QqmT/7eToEPNrGpOotSbHWL6XZ7nZEv9ayrFpBCi+AIy7jtfwMUTKLH OVMA== MIME-Version: 1.0 X-Received: by 10.60.103.37 with SMTP id ft5mr1175586oeb.45.1382602732576; Thu, 24 Oct 2013 01:18:52 -0700 (PDT) Received: by 10.182.200.163 with HTTP; Thu, 24 Oct 2013 01:18:52 -0700 (PDT) Date: Thu, 24 Oct 2013 10:18:52 +0200 Message-ID: Subject: Show commit revision From: Paul Pogonyshev To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=089e011822c8bda3b804e9784828 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --089e011822c8bda3b804e9784828 Content-Type: text/plain; charset=UTF-8 Minor feature request. When committing from VC directory buffer, it would be useful to see the exact revision number, because I usually need it for reporting. Currently my workflow is to commit => immediately open log buffer to see revision number. I'd suggest amending message "Checking in /home/user/dir...done" message as something like "Checking in /home/user/dir...done as revision 1234". Alternatively, just have VC directory buffer always show the last revision (but this can be problematic/confusing for SVN at least, e.g. my last commit was 7892, yet 'svn info' shows 7871). Paul --089e011822c8bda3b804e9784828 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Minor feature request. When committing from VC d= irectory buffer, it would be useful to see the exact revision number, becau= se I usually need it for reporting. Currently my workflow is to commit =3D&= gt; immediately open log buffer to see revision number.

I'd suggest amending message "Checking in /home/user/dir= ...done" message as something like "Checking in /home/user/dir...= done as revision 1234".

Alternatively, just have VC directory b= uffer always show the last revision (but this can be problematic/confusing = for SVN at least, e.g. my last commit was 7892, yet 'svn info' show= s 7871).

Paul

--089e011822c8bda3b804e9784828-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 23 17:26:40 2021 Received: (at 15698) by debbugs.gnu.org; 23 Jan 2021 22:26:40 +0000 Received: from localhost ([127.0.0.1]:35531 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3RMe-0007SH-BP for submit@debbugs.gnu.org; Sat, 23 Jan 2021 17:26:40 -0500 Received: from quimby.gnus.org ([95.216.78.240]:56612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3RMb-0007S3-MI for 15698@debbugs.gnu.org; Sat, 23 Jan 2021 17:26:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=QqUMJtq1KyUdU4SHODhFlMoyU1D4UbKe68w3zsTNofk=; b=rLC67FBTB9hkOfJYm57YWYP1hl kkTeuxIWab2I2kIjHQuk8tc2Mvxb/SRjokH51i7dqEGXHt7NC3oEAxhEHvkgXmzWyejdwws9zpUfs R3T0dpraQWKaywd1D/cSohygzMg2Zuo1W1eUwD5fuRs5Ovr1t7JFAVlm+2oVISvGVmnQ=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l3RMS-00067O-E5; Sat, 23 Jan 2021 23:26:31 +0100 From: Lars Ingebrigtsen To: Paul Pogonyshev Subject: Re: bug#15698: Show commit revision References: X-Now-Playing: Little Annie Anxiety & Hiro Kone's _Repossessed_: "As I Lie In Your Arms" Date: Sat, 23 Jan 2021 23:26:26 +0100 In-Reply-To: (Paul Pogonyshev's message of "Thu, 24 Oct 2013 10:18:52 +0200") Message-ID: <87h7n7s31p.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Paul Pogonyshev writes: > Minor feature request. When committing from VC directory buffer, it > would be useful to see the exact revision number, because I usually > need it for reporting. Currently my workflow is to commit [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15698 Cc: 15698@debbugs.gnu.org, Dmitry Gutov X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Paul Pogonyshev writes: > Minor feature request. When committing from VC directory buffer, it > would be useful to see the exact revision number, because I usually > need it for reporting. Currently my workflow is to commit => > immediately open log buffer to see revision number. > > I'd suggest amending message "Checking in /home/user/dir...done" message as > something like "Checking in /home/user/dir...done as revision 1234". (I'm going through old bug reports that unfortunately got no response at the time.) I'm not sure this would be generally useful -- particularly with VCs like git, where the revision string is really long, which means that you can't just type it from memory. > Alternatively, just have VC directory buffer always show the last > revision (but this can be problematic/confusing for SVN at least, > e.g. my last commit was 7892, yet 'svn info' shows 7871). This could perhaps be useful, though? That is, having a line in the -dir-extra-headers section saying what the current revision is? I've added Dmitry to the CCs; perhaps he's got an opinion here. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 23 19:10:36 2021 Received: (at 15698) by debbugs.gnu.org; 24 Jan 2021 00:10:36 +0000 Received: from localhost ([127.0.0.1]:35632 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3SzE-0001V9-3U for submit@debbugs.gnu.org; Sat, 23 Jan 2021 19:10:36 -0500 Received: from mail-ej1-f43.google.com ([209.85.218.43]:45045) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l3SzB-0001Uv-W4 for 15698@debbugs.gnu.org; Sat, 23 Jan 2021 19:10:34 -0500 Received: by mail-ej1-f43.google.com with SMTP id w1so12844061ejf.11 for <15698@debbugs.gnu.org>; Sat, 23 Jan 2021 16:10:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=VP8Pki2wIAibzjE8i+ohv40gn6nx9/DgTXgyBWlIAVk=; b=ahTW+kCjeWSycA+AdRvKMgfYTXk9995XTcMqqkKSu9sg6tBEeZ8ZFYHOVx2bnR9MZm zbOEpnlo+INoIk8xzglL63xQa0sgRlratOkfukmIRZ6eXMwvFmhUTrkSIq0cHSXpEdxV Vrgra5aEPv6gbHPiP1aXBqaHpkiljA3o5XBd+xDST6htNt83NFyvk95juqxxN4pnjCca AwoatcPPeuq9q9lfKc4TDi+gbAtW9KipE6akpQ1CS+wO8XBJipEM19TelHTWrGHsOc2j 3K3ZkuviWtrLR7W1axe2W1BcquD2W5WvaiZ0jpncLnuEx7yml36VZER5XyaB2x0YVVux UGXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:cc:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=VP8Pki2wIAibzjE8i+ohv40gn6nx9/DgTXgyBWlIAVk=; b=G4iKMxVFtchQUyswx03ZyTtPM0cZOThHON5O0QMzzF41hRhGzg9d5nXno8SXrssz9s WtOPA7IHxvkd+qMyi3M+DKLOXQpdAfpm2Zz0sRcZEdDm8PnPUXPmKorRCtGWjB2KIVM0 4JOvCPa7iGxRlHPYLg38O8nfyOxOjCXZ7cphcPQZDMiH6BB3QkfSjzAspIW6DR1FnzyG nbPt67eNhpLQQA8y6VtyimlwTZL4NcKuPf1LKmhWKxcMIBb/rQmMi4okWQdeUKeBmPgR TMlfTxzXpCr4f3qDPRWL0QmGkcnG0VKFlinevCLNGLOYoEipcEWYWHGMTB8XOUGinoif ceyg== X-Gm-Message-State: AOAM532Yw4NGZLYkcADBdOd0vuGTdKv4JDf1ncHOp3ARplhR2HX7yNNi UtqM0N61w2McX5mOlmvlxbxzQOWPlwg= X-Google-Smtp-Source: ABdhPJwuPbM8Mdcc9uY9zpYnVmVp0uS8YuSX0rdelpovgOGvoIijqJKU7ywTEKBR0HW3G9TJZjDAxQ== X-Received: by 2002:a17:906:c5b:: with SMTP id t27mr2032432ejf.129.1611447027960; Sat, 23 Jan 2021 16:10:27 -0800 (PST) Received: from [192.168.0.6] ([46.251.119.176]) by smtp.googlemail.com with ESMTPSA id f9sm7874625edm.6.2021.01.23.16.10.26 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 23 Jan 2021 16:10:27 -0800 (PST) Subject: Re: bug#15698: Show commit revision To: Lars Ingebrigtsen , Paul Pogonyshev References: <87h7n7s31p.fsf@gnus.org> From: Dmitry Gutov Message-ID: <7bd7bb49-bcd9-7246-10cc-8bd83b9e3890@yandex.ru> Date: Sun, 24 Jan 2021 02:10:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <87h7n7s31p.fsf@gnus.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 15698 Cc: 15698@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) On 24.01.2021 00:26, Lars Ingebrigtsen wrote: >> Minor feature request. When committing from VC directory buffer, it >> would be useful to see the exact revision number, because I usually >> need it for reporting. Currently my workflow is to commit => >> immediately open log buffer to see revision number. >> >> I'd suggest amending message "Checking in /home/user/dir...done" message as >> something like "Checking in /home/user/dir...done as revision 1234". > (I'm going through old bug reports that unfortunately got no response at > the time.) > > I'm not sure this would be generally useful -- particularly with VCs > like git, where the revision string is really long, which means that you > can't just type it from memory. That sounds like a bit of a pain to implement, to be honest. If we wanted to show the revision at the end, and implement it in some backend-agnostic way, we'd have to add some new action, or an argument to vc-working-revision (like short-revision)... and implement that for some backends. Further, while I also often use the resulting revision string, it really depends on whether I end up having to rebase before pushing, and that changes the revision. >> Alternatively, just have VC directory buffer always show the last >> revision (but this can be problematic/confusing for SVN at least, >> e.g. my last commit was 7892, yet 'svn info' shows 7871). > This could perhaps be useful, though? That is, having a line in the > -dir-extra-headers section saying what the current revision is? I've > added Dmitry to the CCs; perhaps he's got an opinion here. This should be relatively easy to do, adding some text in each individual backends' function vc-XYZ-dir-extra-headers. Less indirection, too. vc-git could show the short revision after the branch name, for example. vc-svn could just add a new "extra header", I guess. Looks like its current list is much shorter. I don't know what's the deal with SVN's revisions, though. From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 25 18:56:26 2021 Received: (at 15698) by debbugs.gnu.org; 25 Jan 2021 23:56:26 +0000 Received: from localhost ([127.0.0.1]:40376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4Bic-0005EF-Bq for submit@debbugs.gnu.org; Mon, 25 Jan 2021 18:56:26 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4Bia-0005Dw-OI for 15698@debbugs.gnu.org; Mon, 25 Jan 2021 18:56:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=SP9uaWgXDSvDoxwFT/p7mQvZzitAXFMwVBz/Hy/qN74=; b=Eucln8ajyXj/yY1V3C9VLVaqtu CObd5yPEkyCKsi01RYyQZ5fwi2WCS0+j0xVV5panZpdm9Ha8XWesgDMFFJh5g3Sr7RSx9Lt25dJcW lXWCUfoR51A2QlN6nqMI4R0AXVkMesYYL3LSs4XA92pI0ut0rOzTZOsfNtG6QohYYNfo=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4BiQ-0002mc-1j; Tue, 26 Jan 2021 00:56:18 +0100 From: Lars Ingebrigtsen To: Dmitry Gutov Subject: Re: bug#15698: Show commit revision References: <87h7n7s31p.fsf@gnus.org> <7bd7bb49-bcd9-7246-10cc-8bd83b9e3890@yandex.ru> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAGFBMVEX3+fPa2dbEvr57 a3ehoqpGPEkTDBH///+rYgGBAAAAAWJLR0QHFmGI6wAAAAd0SU1FB+UBGRceG91hUvIAAAGiSURB VDjLjdLBmoIgEABgMPcOVnclumfqnsvo3mbjfb9V3v8RdgYMafOwHIrmbwYYYOx9SCkztRBnHGUR SLJFYP8Bnr9DQtPVMRbuYMNSxtK6fAPOtOBF80j/lkqZyjfn7bARRrCz+2e8eDroQuciE0Wa+HNM ltzdl2LnrPXAuXAZX2EFIT0kgrMiWd1YlmAIV5haInEiBFsdMMpzBPzIou6uD74MZog8bvu+bP8e 0I8r2NMiNNYOi9BbOy7eh0UQ8w2GxRMEm883G2BFIOJXMv34IDjNj+QV8jkhAJX6iRICpAjfATKl Qwae4xZByNjjyQ9hU1Gpa9OPMYRSVQPd6Rl/gQq6clpC10qZUKoCqKd2VHWFIGeozm5La4DOGFcS 4dIAwIPisrHjUXuQUlwwDh1Ns75uFWYUXq4EcMDZbsBNvYKFO1Uq1RuMXYFLFxRHQFcFAXYLjrLp sIMEysO+H+k5dDu4u4QZ6KLsCE1/dAmGGUMit3Yao08gcLJ2UbD27hMckGgH5dW2xsxgTKt7gocy +hWM8fAMm4pdptknwTDDL00Yf353BdPtAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTAxLTI1VDIz OjMwOjI3KzAwOjAwIPc4KgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0wMS0yNVQyMzozMDoyNysw MDowMFGqgJYAAAAASUVORK5CYII= X-Now-Playing: Sam Amidon's _Bright Sunny South_: "Streets of Derry" Date: Tue, 26 Jan 2021 00:56:12 +0100 In-Reply-To: <7bd7bb49-bcd9-7246-10cc-8bd83b9e3890@yandex.ru> (Dmitry Gutov's message of "Sun, 24 Jan 2021 02:10:25 +0200") Message-ID: <87eei8o9k3.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Dmitry Gutov writes: > This should be relatively easy to do, adding some text in each > individual backends' function vc-XYZ-dir-extra-headers. Less > indirection, too. > > vc-git could show the short revision after the b [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15698 Cc: 15698@debbugs.gnu.org, Paul Pogonyshev X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Dmitry Gutov writes: > This should be relatively easy to do, adding some text in each > individual backends' function vc-XYZ-dir-extra-headers. Less > indirection, too. > > vc-git could show the short revision after the branch name, for example. Yup; I think that sounds like useful functionality. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no