summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-src.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-11-20 22:44:07 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-11-20 22:44:07 -0500
commitf9c0081e985f80d25619d2d826c6983dc0172b1b (patch)
treef809ac7040f86856e945cda0fa5a54b24dc2b32a /lisp/vc/vc-src.el
parent1e81f6769013e1a0df9e10d7c5d0a3e3ca131143 (diff)
downloademacs-f9c0081e985f80d25619d2d826c6983dc0172b1b.tar.gz
Clean up after SRC support merge (typo fixes).
Diffstat (limited to 'lisp/vc/vc-src.el')
-rw-r--r--lisp/vc/vc-src.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el
index 18fac0e3865..d0787b033ee 100644
--- a/lisp/vc/vc-src.el
+++ b/lisp/vc/vc-src.el
@@ -142,7 +142,7 @@ For a description of possible values, see `vc-check-master-templates'."
;;; Properties of the backend
(defun vc-src-revision-granularity () 'file)
-(defun vc-hg-checkout-model (_files) 'implicit)
+(defun vc-src-checkout-model (_files) 'implicit)
;;;
;;; State-querying functions
@@ -302,7 +302,7 @@ If LIMIT is non-nil, show no more than this many entries."
(apply 'vc-src-command buffer files (if shortlog "list" "log")
(nconc
;;(when start-revision (list (format "%s-1" start-revision)))
- ;;(when limit (list "-l" (format "%s" limit)))
+ (when limit (list "-l" (format "%s" limit)))
vc-src-log-switches)))))
(defun vc-src-diff (files &optional oldvers newvers buffer)