all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14168: 24.3.50; vc: Incorrect 'vc-bzr-print-log' when 'start-revision' and 'limit' are set
@ 2013-04-09 19:17 Lluís Vilanova
  2013-04-09 19:43 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Lluís Vilanova @ 2013-04-09 19:17 UTC (permalink / raw)
  To: 14168

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





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-04-24 16:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 19:17 bug#14168: 24.3.50; vc: Incorrect 'vc-bzr-print-log' when 'start-revision' and 'limit' are set Lluís Vilanova
2013-04-09 19:43 ` Eli Zaretskii
2013-04-09 19:50   ` Lluís Vilanova
2013-04-21  2:35     ` Glenn Morris
2013-04-21 18:57       ` Lluís Vilanova
2013-04-24  8:14         ` Glenn Morris
     [not found] ` <handler.14168.B.136553563617274.ack@debbugs.gnu.org>
2013-04-09 19:47   ` bug#14168: vc: [bzr] Properly limit revisions in 'vc-bzr-print-log' Lluís Vilanova
     [not found] ` <handler.14168.D14168.136679158415888.notifdone@debbugs.gnu.org>
2013-04-24 12:58   ` bug#14168: closed (Re: bug#14168: 24.3.50; vc: Incorrect 'vc-bzr-print-log' when 'start-revision' and 'limit' are set) Lluís Vilanova
2013-04-24 16:41     ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.