Fix ‘p4-lowlevel-sync’ call

This commit is contained in:
Tom Willemse 2021-01-23 10:04:00 -08:00
parent 8c75982f01
commit a24331f2cc

View file

@ -384,7 +384,7 @@ comment COMMENT."
(defun vc-p4-merge-news (file) (defun vc-p4-merge-news (file)
"Merge new changes from Perforce into FILE." "Merge new changes from Perforce into FILE."
(p4-lowlevel-sync file) (p4-lowlevel-sync file :client vc-p4-client)
(p4-lowlevel-resolve file :client vc-p4-client) (p4-lowlevel-resolve file :client vc-p4-client)
(vc-resynch-buffer file t t) (vc-resynch-buffer file t t)
(vc-p4-state file nil t) (vc-p4-state file nil t)