Mercurial > hg
changeset 34436:c1fe66e89f57
registrar: fixing typo in comment
I was just going through the module and noticed the typo. This commit
fixes 'onfalure' -> 'onfailure'.
Differential Revision: https://phab.mercurial-scm.org/D906
author | Saurabh Singh <singhsrb@fb.com> |
---|---|
date | Mon, 02 Oct 2017 19:17:04 +0100 |
parents | 5326e4ef1dab |
children | ce26a13869fb |
files | mercurial/registrar.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/registrar.py Fri Sep 29 15:49:20 2017 +0000 +++ b/mercurial/registrar.py Mon Oct 02 19:17:04 2017 +0100 @@ -347,7 +347,7 @@ fullmerge o o o ========== ======== ======== ========= - Optional argument 'onfalure' is the format of warning message + Optional argument 'onfailure' is the format of warning message to be used at failure of merging (target filename is specified at formatting). Or, None or so, if warning message should be suppressed.