mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/vc/vc-hg.el (vc-hg-clone): Add 'clone' implementation
This commit is contained in:
parent
d5dbf0804c
commit
daab6c16aa
1 changed files with 2 additions and 0 deletions
|
|
@ -1249,6 +1249,8 @@ REV is the revision to check out into WORKFILE."
|
|||
(add-hook 'after-save-hook #'vc-hg-resolve-when-done nil t)
|
||||
(vc-message-unresolved-conflicts buffer-file-name)))
|
||||
|
||||
(defun vc-hg-clone (remote directory)
|
||||
(vc-hg-command nil 0 '() "clone" remote directory))
|
||||
|
||||
;; Modeled after the similar function in vc-bzr.el
|
||||
(defun vc-hg-revert (file &optional contents-done)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue