vc--count-outgoing: Set process query on exit flag to nil

* lisp/vc/vc.el (vc--count-outgoing): Set process query on exit
flag to nil (bug#81454).  Do not merge to master.
This commit is contained in:
Sean Whitton 2026-07-23 15:36:34 +01:00
parent 1bdbdade6b
commit 6f992eaa49

View file

@ -4727,6 +4727,7 @@ can be a remote branch name."
(vc-incoming-outgoing-internal backend nil
(current-buffer) 'log-outgoing))
(let ((proc (get-buffer-process (current-buffer))))
(set-process-query-on-exit-flag proc nil)
(while (accept-process-output proc)))
(how-many log-view-message-re)))