* lisp/vc/vc-cvs.el (vc-cvs-clone): Add 'clone' implementation
This commit is contained in:
parent
3d0ab51826
commit
132e4fbbcb
1 changed files with 3 additions and 0 deletions
|
@ -1258,6 +1258,9 @@ ignore file."
|
|||
(if sort (sort-lines nil (point-min) (point-max)))
|
||||
(save-buffer)))))
|
||||
|
||||
(defun vc-cvs-clone (remote directory)
|
||||
(vc-cvs-command nil 0 '() "checkout" "-d" directory remote))
|
||||
|
||||
(defvar-keymap vc-cvs-log-view-mode-map
|
||||
"N" #'log-view-file-next
|
||||
"P" #'log-view-file-prev
|
||||
|
|
Loading…
Add table
Reference in a new issue