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

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

bug#14168: 24.3.50; vc: Incorrect 'vc-bzr-print-log' when 'start-revisio


From: Lluís Vilanova
Subject: bug#14168: 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





reply via email to

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