[PATCH] commit: document the ui.allowemptycommit option

timeless timeless at gmail.com
Thu Dec 31 09:30:57 CST 2015


On Wed, Dec 30, 2015 at 3:16 PM, Jordi GutiƩrrez Hermoso
<jordigh at octave.org> wrote:
>
> +    configuration option (see :hg:`help config`).


that should be help config.ui.allowemptycommit as in:

$ hg help config.ui.askusername
    "askusername"
        Whether to prompt for a username when committing. If True, and neither
        "$HGUSER" nor "$EMAIL" has been specified, then the user will be
        prompted to enter a username. If no username is entered, the default
        "USER at HOST" is used instead. (default: False)


More information about the Mercurial-devel mailing list