mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/vc/vc.el (checkin): Specify the async case (bug#80723).
This commit is contained in:
parent
02ad0183f2
commit
7679855281
1 changed files with 5 additions and 0 deletions
|
|
@ -287,6 +287,11 @@
|
|||
;; revision argument is only supported with some older VCSes, like
|
||||
;; RCS and CVS, and is otherwise silently ignored.
|
||||
;;
|
||||
;; If the backend supports async checkins and `vc-async-checkin' is
|
||||
;; non-nil, the implementation should start an asychronous process to
|
||||
;; commit the changes, and return a cons whose car is `async' and
|
||||
;; whose cdr is that process object.
|
||||
;;
|
||||
;; - checkin-patch (patch-string comment)
|
||||
;;
|
||||
;; Commit a single patch PATCH-STRING to this backend, bypassing any
|
||||
|
|
|
|||
Loading…
Reference in a new issue