]> git.eshelyaron.com Git - emacs.git/commit
Finish the Bug#11728 work: hg & git
authorSam Steingold <sds@gnu.org>
Fri, 3 Nov 2017 16:00:35 +0000 (12:00 -0400)
committerSam Steingold <sds@gnu.org>
Fri, 3 Nov 2017 16:09:27 +0000 (12:09 -0400)
commit5ea5b2536ef580fe4b17b6dbd62df90d51e73e5f
tree4a7c53640b0dc4e6602e21d20c2c0d24ad5b9402
parent16748a5f6bd57ec0967ecb5e14ffe8af5f43d888
Finish the Bug#11728 work: hg & git

* lisp/vc/vc-git.el (vc-git--pushpull): Make `extra-args' a list.
Do not set `compilation-error-regexp-alist', this is done in
`vc-compilation-mode'.
(vc-git-error-regexp-alist): Tweak the regexp.
* lisp/vc/vc-hg.el (vc-hg-error-regexp-alist): Make non-trivial.
(vc-hg--pushpull): Accept `post-processing' argument.
Call them after the `command'.
(vc-hg-pull): Pass the `post-processing' commands that show which
are to be modified by the `update', and then run `update'.
lisp/vc/vc-git.el
lisp/vc/vc-hg.el