Variable: projectile-hg-command
projectile-hg-command is a customizable variable defined in
projectile.el.
Value
"hg locate -f -0 -I ."
Documentation
Command used by projectile to get the files in a hg project.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-hg-command "hg locate -f -0 -I ."
"Command used by projectile to get the files in a hg project."
:group 'projectile
:type 'string)