From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.help Subject: Re: can vc-annotate display changes from one day Date: Mon, 25 Jan 2016 15:08:49 +0000 Message-ID: <87wpqxelxa.fsf@mat.ucm.es> References: <87y4bddhmb.fsf@mat.ucm.es> <56A63497.2040104@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453734568 29861 80.91.229.3 (25 Jan 2016 15:09:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Jan 2016 15:09:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 25 16:09:20 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aNilc-0005Z4-BX for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jan 2016 16:09:20 +0100 Original-Received: from localhost ([::1]:39164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNilb-0004Td-OK for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jan 2016 10:09:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNilN-0004KS-2j for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 10:09:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNilE-00045k-R0 for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 10:09:00 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:55072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNilE-00045g-K8 for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 10:08:56 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aNilD-0005Ku-Nw for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 16:08:55 +0100 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jan 2016 16:08:55 +0100 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jan 2016 16:08:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:+8gug0qBtJ0y2of+Ekrgl5MMKTc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108850 Archived-At: >>> "Dmitry" == Dmitry Gutov writes: > On 01/25/2016 02:27 PM, Uwe Brauer wrote: >> Am running usually HG or RCS on my files. Now when I use vc-annotate >> (GNU emacs 25.1.50), changes which occur in one day are not >> distinguished. > vc-annotate uses the dates in the output. Which were recently > changed to not include the time in Hg backend. Recently is when? Because I seem now to remember that the behavior was different a while ago. > Other backends do the same, so I didn't think it to be a major problem. Since I also changed from Xemacs to GNU emacs and from RCS to HG at the same time some month ago, I can't say anything about RCS in GNU emacs. I find the new behavior counter intuitive. Right now I have to check almost every hour the changes I did in my files and vc-annotate does not display those changes. But the 3rd package ahg uses annotate in a way that looks more natural to me, it is able to distinguish the different commits I made during a day, but it lacks features vc-annotate offers. Is there any way to have, at least optionally, such a behavior in vc-annotate? Or am I the only one to complain....