]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc.el (vc-next-action): Improve commentary.
authorEli Zaretskii <eliz@gnu.org>
Fri, 29 Sep 2023 07:08:04 +0000 (10:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 29 Sep 2023 07:08:04 +0000 (10:08 +0300)
lisp/vc/vc.el

index db4fa76abd42a58d7a99d2280d6b180bc8506b2d..51d0d20ae3e7cbb9f89b1bc40b8a1ead7e87922e 100644 (file)
@@ -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))