programs.mercurial.enable
Whether to enable Mercurial.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.mercurial.package
The mercurial package to use.
Type: package
Default:
pkgs.mercurial
Declared by:
programs.mercurial.aliases
Mercurial aliases to define.
Type: attribute set of anything
Default:
{ }
Declared by:
programs.mercurial.extraConfig
Additional configuration to add.
Type: (attribute set of anything) or strings concatenated with ā\nā
Default:
{ }
Declared by:
programs.mercurial.ignores
List of globs for files to be globally ignored.
Type: list of string
Default:
[ ]
Example:
[
"*~"
"*.swp"
]
Declared by:
programs.mercurial.ignoresRegexp
List of regular expressions for files to be globally ignored.
Type: list of string
Default:
[ ]
Example:
[
"^.*~$"
"^.*\\.swp$"
]
Declared by:
programs.mercurial.userEmail
Default user email to use.
Type: string
Declared by:
programs.mercurial.userName
Default user name to use.
Type: string
Declared by: