Fix ‘p4-lowlevel-sync’ call
This commit is contained in:
parent
8c75982f01
commit
a24331f2cc
1 changed files with 1 additions and 1 deletions
2
vc-p4.el
2
vc-p4.el
|
@ -384,7 +384,7 @@ comment COMMENT."
|
|||
|
||||
(defun vc-p4-merge-news (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)
|
||||
(vc-resynch-buffer file t t)
|
||||
(vc-p4-state file nil t)
|
||||
|
|
Loading…
Reference in a new issue