emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#14168: closed (24.3.50; vc: Incorrect 'vc-bzr-prin


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14168: closed (24.3.50; vc: Incorrect 'vc-bzr-print-log' when 'start-revision' and 'limit' are set)
Date: Wed, 24 Apr 2013 08:20:02 +0000

Your message dated Wed, 24 Apr 2013 04:14:38 -0400
with message-id <address@hidden>
and subject line Re: bug#14168: 24.3.50; vc: Incorrect 'vc-bzr-print-log' when 
'start-revision' and 'limit' are set
has caused the debbugs.gnu.org bug report #14168,
regarding 24.3.50; vc: Incorrect 'vc-bzr-print-log' when 'start-revision' and 
'limit' are set
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14168: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14168
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; vc: Incorrect 'vc-bzr-print-log' when 'start-revision' and 'limit' are set Date: Tue, 09 Apr 2013 21:17:35 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
According to vc.el (when describing 'print-log'):

   If START-REVISION is given, then show the log starting from the
   revision.

Instead, the bazaar backend shows revisions since the beginning of the file's
history, up to the given revision.

To fix this, the line using 'start-revision' should read:

            (when start-revision (list (format "-r%s.." start-revision)))

Instead of the current:

            (when start-revision (list (format "-r..%s" start-revision)))


Thanks,
  Lluis



--- End Message ---
--- Begin Message --- Subject: Re: bug#14168: 24.3.50; vc: Incorrect 'vc-bzr-print-log' when 'start-revision' and 'limit' are set Date: Wed, 24 Apr 2013 04:14:38 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

Hopefully improved in trunk.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]