D906: registrar: fixing typo in comment

2017-10-02 Thread singhsrb (Saurabh Singh)
This revision was automatically updated to reflect the committed changes.
Closed by commit rHGc1fe66e89f57: registrar: fixing typo in comment (authored 
by singhsrb, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D906?vs=2344=2345

REVISION DETAIL
  https://phab.mercurial-scm.org/D906

AFFECTED FILES
  mercurial/registrar.py

CHANGE DETAILS

diff --git a/mercurial/registrar.py b/mercurial/registrar.py
--- a/mercurial/registrar.py
+++ b/mercurial/registrar.py
@@ -347,7 +347,7 @@
 fullmerge   ooo
 ==   =
 
-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.



To: singhsrb, #hg-reviewers, indygreg
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D906: registrar: fixing typo in comment

2017-10-02 Thread singhsrb (Saurabh Singh)
singhsrb created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  I was just going through the module and noticed the typo. This commit
  fixes 'onfalure' -> 'onfailure'.

TEST PLAN
  Read it again :)

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D906

AFFECTED FILES
  mercurial/registrar.py

CHANGE DETAILS

diff --git a/mercurial/registrar.py b/mercurial/registrar.py
--- a/mercurial/registrar.py
+++ b/mercurial/registrar.py
@@ -347,7 +347,7 @@
 fullmerge   ooo
 ==   =
 
-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.



To: singhsrb, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel