diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-20 00:09:17 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-20 00:09:17 +0000 |
commit | a6ea7ffc2002875c2e396a90f57f5d106fd0fab4 (patch) | |
tree | 043719bc02c1e0a41308b60fcc8f4f4a1b6009f4 /lisp/vc-mcvs.el | |
parent | a40bd3a1ba64c0a35b761a674316f886683e5df0 (diff) | |
download | emacs-a6ea7ffc2002875c2e396a90f57f5d106fd0fab4.tar.gz |
* vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
(vc-hg-registered): Replace if with when.
(vc-hg-state): Deal with nonexistent files and handle removed
files.
(vc-hg-dir-state, vc-hg-dired-state-info): New functions.
(vc-hg-checkout): Re-enable.
(vc-hg-create-repo): Fix typos.
* vc.el: Fix typo.
* vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
* vc-bzr.el (vc-bzr-create-repo): New function.
Diffstat (limited to 'lisp/vc-mcvs.el')
-rw-r--r-- | lisp/vc-mcvs.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc-mcvs.el b/lisp/vc-mcvs.el index 30ec751c69c..928f2978ec1 100644 --- a/lisp/vc-mcvs.el +++ b/lisp/vc-mcvs.el @@ -207,9 +207,9 @@ This is only meaningful if you don't use the implicit checkout model ;;; State-changing functions ;;; -(defun vc-cvs-create-repo () - "Create a new CVS repository." - (error "Creation of CVS repositories is not supported.")) +(defun vc-mcvs-create-repo () + "Create a new Meta-CVS repository." + (error "Creation of Meta-CVS repositories is not supported.")) (defun vc-mcvs-register (files &optional rev comment) "Register FILES into the Meta-CVS version-control system. |