1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

vc-hg, vc-svn print-log fixes for start-revision with limit != 1

* vc/vc-hg.el (vc-hg-print-log):
* vc/vc-svn.el (vc-svn-print-log): Fix START-REVISION with LIMIT != 1.

Fixes: debbugs:14168
This commit is contained in:
Glenn Morris 2013-04-24 00:59:29 -07:00
parent bb7cdf58f6
commit 90b4237a6b
3 changed files with 6 additions and 2 deletions

View file

@ -515,7 +515,7 @@ If LIMIT is non-nil, show no more than this many entries."
(append
(list
(if start-revision
(format "-r%s" start-revision)
(format "-r%s:1" start-revision)
;; By default Subversion only shows the log up to the
;; working revision, whereas we also want the log of the
;; subsequent commits. At least that's what the