(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:
parent
97229d0b82
commit
0786aae292
1 changed files with 1 additions and 1 deletions
2
vc-p4.el
2
vc-p4.el
|
@ -174,7 +174,7 @@ compare non-open files to the depot version."
|
||||||
t)))
|
t)))
|
||||||
(funcall update-function nil nil)))
|
(funcall update-function nil nil)))
|
||||||
|
|
||||||
(defun vc-p4-workfile-version (file)
|
(defun vc-p4-working-revision (file)
|
||||||
"Returns the Perforce version of FILE."
|
"Returns the Perforce version of FILE."
|
||||||
(vc-p4-state file)
|
(vc-p4-state file)
|
||||||
(vc-file-getprop file 'vc-workfile-version))
|
(vc-file-getprop file 'vc-workfile-version))
|
||||||
|
|
Loading…
Reference in a new issue