Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.darcs.enable

Whether to enable darcs.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.darcs.package

The darcs package to use.

Type: null or package

Default:

pkgs.darcs

Declared by:

programs.darcs.author

If this list has a single entry, it will be used as the author when you record a patch. If there are multiple entries, Darcs will prompt you to choose one of them.

Type: list of string

Default:

[ ]

Example:

[
  "Fred Bloggs <fred@example.net>"
]

Declared by:

programs.darcs.boring

File patterns to ignore

Type: list of string

Default:

[ ]

Example:

[
  "^.idea$"
  ".iml$"
  "^.stack-work$"
]

Declared by:

programs.darcs.defaults

Default values for Darcs commands.

See https://darcs.net/Using/Configuration#defaults for details.

Type: null or strings concatenated with ā€œ\nā€

Default:

""

Example:

''
  ALL ignore-times
''

Declared by: