Variable: projectile-bzr-command

projectile-bzr-command is a customizable variable defined in projectile.el.

Value

"bzr ls -R --versioned -0"

Documentation

Command used by projectile to get the files in a bazaar project.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-bzr-command "bzr ls -R --versioned -0"
  "Command used by projectile to get the files in a bazaar project."
  :group 'projectile
  :type 'string)