]> git.eshelyaron.com Git - emacs.git/commit
* vc.el: Make vc-status asynchronous.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 18 Jan 2008 23:32:58 +0000 (23:32 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 18 Jan 2008 23:32:58 +0000 (23:32 +0000)
commit5ab612e823bb32aed3514c26b58e5aa7c0fab136
tree87495f3de4d3e1e5e9539f4ad811f9b47857c7aa
parent64a7c220b34248e33ca25c3e6dde0e6e178b9fda
* vc.el: Make vc-status asynchronous.
(vc-update-vc-status-buffer): New function broken out of ...
(vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
the dir-status backend function.

* vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
Move the output processing to ...
(vc-hg-after-dir-status): ... here.  Call the function passed as
an argument with the results.
lisp/ChangeLog
lisp/vc-hg.el
lisp/vc.el