all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lluís Vilanova" <vilanova@ac.upc.edu>
To: 14168@debbugs.gnu.org
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	[thread overview]
Message-ID: <87a9p7v7hs.fsf@fimbulvetr.bsc.es> (raw)

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	other threads:[~2013-04-09 19:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09 19:17 Lluís Vilanova [this message]
2013-04-09 19:43 ` bug#14168: 24.3.50; vc: Incorrect 'vc-bzr-print-log' when 'start-revision' and 'limit' are set 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a9p7v7hs.fsf@fimbulvetr.bsc.es \
    --to=vilanova@ac.upc.edu \
    --cc=14168@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.