mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
* lisp/vc/vc.el (vc-push): Delay clearing incoming revisions cache.
This commit is contained in:
parent
7780ac923c
commit
df4d8c1475
1 changed files with 2 additions and 1 deletions
|
|
@ -4277,7 +4277,8 @@ It also signals an error in a Bazaar bound branch."
|
|||
(progn (vc-call-backend backend 'push arg)
|
||||
;; FIXME: Ideally we would only clear out the
|
||||
;; REMOTE-LOCATION to which we are pushing.
|
||||
(vc--repo-setprop 'vc-incoming-revision nil))
|
||||
(vc-run-delayed
|
||||
(vc--repo-setprop 'vc-incoming-revision nil)))
|
||||
(user-error "VC push is unsupported for `%s'" backend))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue