]> git.eshelyaron.com Git - emacs.git/commit
Add optional remote-name argument to VC repository-url command
authorTassilo Horn <tsdh@gnu.org>
Mon, 15 Jun 2020 06:56:11 +0000 (08:56 +0200)
committerTassilo Horn <tsdh@gnu.org>
Mon, 15 Jun 2020 06:56:11 +0000 (08:56 +0200)
commit2e80328ba683e6205cd65bd3fb69da2563183e66
tree502f9c2c403f784b3d73c2da47e291eef1f2e4ac
parent4f92cf14f395577572d451c0488ade952bc3cbaa
Add optional remote-name argument to VC repository-url command

* lisp/vc/vc.el: Document new remote-name argument of VC
repository-url command.
* lisp/vc/vc-git.el (vc-git-repository-url): Add and use new arg.
* lisp/vc/vc-hg.el (vc-hg-repository-url): Add and use new arg.
* lisp/vc/vc-bzr.el (vc-bzr-repository-url): Add new arg but ignore
it.
* lisp/vc/vc-svn.el (vc-svn-repository-url): Add new arg but ignore
it.
lisp/vc/vc-bzr.el
lisp/vc/vc-git.el
lisp/vc/vc-hg.el
lisp/vc/vc-svn.el
lisp/vc/vc.el