projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78923c5
)
vc-merge: Look for 'merge-file' instead of 'merge'
author
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 24 Aug 2022 22:15:24 +0000
(
01:15
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 24 Aug 2022 22:16:10 +0000
(
01:16
+0300)
* lisp/vc/vc.el (vc-merge):
Look for 'merge-file' in second clause (bug#50258).
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index b05adfb2d547d6aa0a64a02e45db95dfd7ff63d8..85a96a29fa3d936c03b53f65a3d34f3e2874c399 100644
(file)
--- a/
lisp/vc/vc.el
+++ b/
lisp/vc/vc.el
@@
-2294,7
+2294,7
@@
changes from the current branch."
((vc-find-backend-function backend 'merge-branch)
(vc-call-backend backend 'merge-branch))
;; Otherwise, do a per-file merge.
- ((vc-find-backend-function backend 'merge)
+ ((vc-find-backend-function backend 'merge
-file
)
(vc-buffer-sync)
(dolist (file files)
(let* ((state (vc-state file))