Variable: projectile-hg-ignored-command
projectile-hg-ignored-command is a customizable variable defined in
projectile.el.
Value
"hg status -in0 ."
Documentation
Command used by projectile to get the ignored files in a hg project.
This variable was added, or its default value changed, in projectile version 2.10.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-hg-ignored-command "hg status -in0 ."
"Command used by projectile to get the ignored files in a hg project."
:group 'projectile
:type 'string
:package-version '(projectile . "2.10.0"))