projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d558f38
)
; * lisp/vc/vc.el (vc-next-action): Improve commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Sep 2023 07:08:04 +0000
(10:08 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Sep 2023 07:08:04 +0000
(10:08 +0300)
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index db4fa76abd42a58d7a99d2280d6b180bc8506b2d..51d0d20ae3e7cbb9f89b1bc40b8a1ead7e87922e 100644
(file)
--- a/
lisp/vc/vc.el
+++ b/
lisp/vc/vc.el
@@
-1275,6
+1275,8
@@
the revision ID or branch ID."
(error "Fileset files are missing, so cannot be operated on"))
((eq state 'ignored)
(error "Fileset files are ignored by the version-control system"))
+ ;; Fileset comes from a diff-mode buffer, see
+ ;; 'diff-vc-deduce-fileset', and the buffer is the patch to apply.
((eq model 'patch)
(vc-checkin files backend nil nil nil (buffer-string)))
((or (null state) (eq state 'unregistered))