diff options
Diffstat (limited to 'lisp/vc-git.el')
| -rw-r--r-- | lisp/vc-git.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 82ae7f21510..f1a9d009f12 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el | |||
| @@ -384,14 +384,14 @@ | |||
| 384 | (progn (forward-line 1) (1- (point)))))))))) | 384 | (progn (forward-line 1) (1- (point)))))))))) |
| 385 | 385 | ||
| 386 | ;; XXX verify this is correct | 386 | ;; XXX verify this is correct |
| 387 | ;; (defun vc-hg-delete-file (file) | 387 | ;; (defun vc-git-delete-file (file) |
| 388 | ;; (condition-case () | 388 | ;; (condition-case () |
| 389 | ;; (delete-file file) | 389 | ;; (delete-file file) |
| 390 | ;; (file-error nil)) | 390 | ;; (file-error nil)) |
| 391 | ;; (vc-hg-command nil 0 file "update-index" "--remove")) | 391 | ;; (vc-git-command nil 0 file "update-index" "--remove")) |
| 392 | 392 | ||
| 393 | ;; XXX verify this is correct | 393 | ;; XXX verify this is correct |
| 394 | ;; (defun vc-hg-rename-file (old new) | 394 | ;; (defun vc-git-rename-file (old new) |
| 395 | ;; (vc-git-command nil 0 new old "mv")) | 395 | ;; (vc-git-command nil 0 new old "mv")) |
| 396 | 396 | ||
| 397 | 397 | ||