diff --git a/vc-p4.el b/vc-p4.el index 877d11c..68b7c41 100644 --- a/vc-p4.el +++ b/vc-p4.el @@ -99,6 +99,11 @@ specify a starting date when you run C-u C-x v g." :type 'string :group 'vc) +(defun vc-p4-revision-granularity () + "Return file. +Perforce has per-file revisions." + 'file) + (defun vc-p4-create-repo () (error "create-repo not supported yet for P4"))