D1119: releasenotes: fix documentation of similaritycheck()

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Oct 16 21:46:30 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG735153be8151: releasenotes: fix documentation of similaritycheck() (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1119?vs=2829&id=2860

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

AFFECTED FILES
  hgext/releasenotes.py

CHANGE DETAILS

diff --git a/hgext/releasenotes.py b/hgext/releasenotes.py
--- a/hgext/releasenotes.py
+++ b/hgext/releasenotes.py
@@ -216,7 +216,7 @@
 
 def similaritycheck(incoming_str, existingnotes):
     """
-    Returns true when note fragment can be merged to existing notes.
+    Returns false when note fragment can be merged to existing notes.
     """
     import fuzzywuzzy.fuzz as fuzz
     merge = True



To: pulkit, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list