* vc-p4.el (vc-p4-dir-status): Don't list up-to-date files.
[git-p4: depot-paths = "//guest/Ben_Key/vc-p4/,//guest/jonathan_kamens/vc-p4/,//guest/magnus_henoch/vc-p4/": change = 7360]
This commit is contained in:
parent
5051f6e818
commit
7292914d99
1 changed files with 5 additions and 4 deletions
9
vc-p4.el
9
vc-p4.el
|
@ -168,10 +168,11 @@ compare non-open files to the depot version."
|
|||
(dolist (this-list lists)
|
||||
(let* ((this-file (cdr (assoc "clientFile" this-list)))
|
||||
(state (vc-p4-state this-file this-list t t)))
|
||||
(funcall update-function
|
||||
(list
|
||||
(list (file-relative-name this-file dir) state))
|
||||
t)))
|
||||
(unless (eq state 'up-to-date)
|
||||
(funcall update-function
|
||||
(list
|
||||
(list (file-relative-name this-file dir) state))
|
||||
t))))
|
||||
(funcall update-function nil nil)))
|
||||
|
||||
(defun vc-p4-working-revision (file)
|
||||
|
|
Loading…
Reference in a new issue