(vc-p4-working-revision): Renamed from

`vc-p4-workfile-version', to avoid deprecation message on commit.

[git-p4: depot-paths = "//guest/Ben_Key/vc-p4/,//guest/jonathan_kamens/vc-p4/,//guest/magnus_henoch/vc-p4/": change = 7270]
This commit is contained in:
Magnus Henoch 2009-06-05 11:51:36 -08:00
parent 97229d0b82
commit 0786aae292

View file

@ -174,7 +174,7 @@ compare non-open files to the depot version."
t)))
(funcall update-function nil nil)))
(defun vc-p4-workfile-version (file)
(defun vc-p4-working-revision (file)
"Returns the Perforce version of FILE."
(vc-p4-state file)
(vc-file-getprop file 'vc-workfile-version))