summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2020-06-14 18:24:14 +0200
committerTassilo Horn <tsdh@gnu.org>2020-06-14 21:37:26 +0200
commit4f92cf14f395577572d451c0488ade952bc3cbaa (patch)
tree820eed49dd74aeb028c962adfb221b9a3ff922e3 /lisp/vc/vc.el
parente96f78fca672c74b7bf1120b7683a50295418725 (diff)
downloademacs-4f92cf14f395577572d451c0488ade952bc3cbaa.tar.gz
Add new VC command `repository-url'
* lisp/vc/vc.el: Document repository-url command. * lisp/vc/vc-bzr.el (vc-bzr-repository-url): New defun. * lisp/vc/vc-git.el (vc-git-repository-url): New defun. * lisp/vc/vc-hg.el (vc-hg-repository-url): New defun. * lisp/vc/vc-svn.el (vc-svn-repository-url): New defun.
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r--lisp/vc/vc.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index c640ba0420e..5c335ebfaa2 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -553,6 +553,10 @@
;; Return the list of files where conflict resolution is needed in
;; the project that contains DIR.
;; FIXME: what should it do with non-text conflicts?
+;;
+;; - repository-url (file)
+;;
+;; Returns the URL of the repository of the current checkout.
;;; Changes from the pre-25.1 API:
;;