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:
parent
bb7cdf58f6
commit
90b4237a6b
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue