From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#31759: 26.1; Unwelcome change in mode-line revision display for Mercurial repositories Date: Sat, 09 Jun 2018 12:51:32 +0300 Message-ID: <83tvqcs2xn.fsf@gnu.org> References: <3E1BA880-66D0-4E52-A221-F5BAE4F2ED38@haas.berkeley.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1528537808 15717 195.159.176.226 (9 Jun 2018 09:50:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 9 Jun 2018 09:50:08 +0000 (UTC) Cc: 31759@debbugs.gnu.org To: Andy Moreton , Daniel Colascione Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 09 11:50:04 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fRaVT-0003t1-Pl for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jun 2018 11:49:59 +0200 Original-Received: from localhost ([::1]:39605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRaXa-0008Cy-W0 for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jun 2018 05:52:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRaXV-0008Ct-Al for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2018 05:52:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRaXS-00072M-8p for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2018 05:52:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:60659) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fRaXS-00072I-4t for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2018 05:52:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fRaXR-00040H-Rx for bug-gnu-emacs@gnu.org; Sat, 09 Jun 2018 05:52:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 09 Jun 2018 09:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31759 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 31759-submit@debbugs.gnu.org id=B31759.152853790015358 (code B ref 31759); Sat, 09 Jun 2018 09:52:01 +0000 Original-Received: (at 31759) by debbugs.gnu.org; 9 Jun 2018 09:51:40 +0000 Original-Received: from localhost ([127.0.0.1]:40323 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fRaX6-0003ze-GS for submit@debbugs.gnu.org; Sat, 09 Jun 2018 05:51:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35631) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fRaX4-0003zS-GS for 31759@debbugs.gnu.org; Sat, 09 Jun 2018 05:51:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRaWw-0006wT-9v for 31759@debbugs.gnu.org; Sat, 09 Jun 2018 05:51:33 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRaWw-0006wP-5d; Sat, 09 Jun 2018 05:51:30 -0400 Original-Received: from [176.228.60.248] (port=2775 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fRaWv-0004TX-B1; Sat, 09 Jun 2018 05:51:29 -0400 In-reply-to: (message from Andy Moreton on Fri, 08 Jun 2018 19:44:26 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:147231 Archived-At: > From: Andy Moreton > Date: Fri, 08 Jun 2018 19:44:26 +0100 > > This is now controlled by the variables: > `vc-hg-symbolic-revision-styles' > `vc-hg-use-file-version-for-mode-line-version' > > To show the local Hg revision number (rather than the changeset hash), > try something like: > > (setq vc-hg-symbolic-revision-styles '("{rev}")) Thanks for the recipe. Daniel, this is your change. Please in the future try to avoid pushing changes with user-visible effects, let alone backward-incompatible behavior changes, without any documentation in NEWS and in the manuals. TIA.