aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-git.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>2007-10-10 18:52:45 +0000
committerEric S. Raymond <[email protected]>2007-10-10 18:52:45 +0000
commitac3f4c6f0213219ce488c46667a8bed6f915e71f (patch)
treef9c3f270572da2ccd0cb9ce9786f56df0ee1ccef /lisp/vc-git.el
parented4e8e8a4b9eeb73a54e686dc2264c635d2416e3 (diff)
Terminology cleanup.
Diffstat (limited to 'lisp/vc-git.el')
-rw-r--r--lisp/vc-git.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/vc-git.el b/lisp/vc-git.el
index d68b33be76..6ea04a1e45 100644
--- a/lisp/vc-git.el
+++ b/lisp/vc-git.el
@@ -53,7 +53,7 @@
;; * state (file) OK
;; - state-heuristic (file) NOT NEEDED
;; - dir-state (dir) OK
-;; * workfile-version (file) OK
+;; * working-revision (file) OK
;; - latest-on-branch-p (file) NOT NEEDED
;; * checkout-model (file) OK
;; - workfile-unchanged-p (file) OK
@@ -62,13 +62,13 @@
;; STATE-CHANGING FUNCTIONS
;; * create-repo () OK
;; * register (files &optional rev comment) OK
-;; - init-version (file) NOT NEEDED
+;; - init-revision (file) NOT NEEDED
;; - responsible-p (file) OK
;; - could-register (file) NOT NEEDED, DEFAULT IS GOOD
;; - receive-file (file rev) NOT NEEDED
;; - unregister (file) OK
;; * checkin (files rev comment) OK
-;; * find-version (file rev buffer) OK
+;; * find-revision (file rev buffer) OK
;; * checkout (file &optional editable rev) OK
;; * revert (file &optional contents-done) OK
;; - rollback (files) COULD BE SUPPORTED
@@ -177,8 +177,8 @@
(vc-file-setprop file 'vc-state 'nil)))
(forward-line)))))
-(defun vc-git-workfile-version (file)
- "Git-specific version of `vc-workfile-version'."
+(defun vc-git-working-revision (file)
+ "Git-specific version of `vc-working-revision'."
(let ((str (with-output-to-string
(with-current-buffer standard-output
(call-process "git" nil '(t nil) nil "symbolic-ref" "HEAD")))))
@@ -194,7 +194,7 @@
(defun vc-git-mode-line-string (file)
"Return string for placement into the modeline for FILE."
- (let* ((branch (vc-git-workfile-version file))
+ (let* ((branch (vc-git-working-revision file))
(def-ml (vc-default-mode-line-string 'Git file))
(help-echo (get-text-property 0 'help-echo def-ml)))
(if (zerop (length branch))
@@ -232,7 +232,7 @@
(let ((coding-system-for-write git-commits-coding-system))
(vc-git-command nil 0 files "commit" "-m" comment "--only" "--")))
-(defun vc-git-find-version (file rev buffer)
+(defun vc-git-find-revision (file rev buffer)
(let ((coding-system-for-read 'binary)
(coding-system-for-write 'binary)
(fullname (substring