Convert vc-bzr-async-command into a general vc-do-async-command facility.
commit9bfe578343f60afa1a3b19856f90190bf74dcebb
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 23:10:55 +0000 (28 18:10 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 23:10:55 +0000 (28 18:10 -0500)
tree8ada004d8bec57a71d6f4156d32a508f9ad3a077
parent54b6f6edb89ba6b9bd6ef53f5edc4a0e05ed8894
Convert vc-bzr-async-command into a general vc-do-async-command facility.

* vc/vc-dispatcher.el (vc-do-async-command): New function.

* vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
vc-do-async-command.

* vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Callers changed.
lisp/ChangeLog
lisp/vc/vc-bzr.el
lisp/vc/vc-dispatcher.el