mercurial/manifest.py
changeset 17426 9724f8f8850b
parent 16683 525fdb738975
child 17428 72803c8edaa4
--- a/mercurial/manifest.py	Wed Aug 15 22:39:18 2012 +0200
+++ b/mercurial/manifest.py	Tue Aug 21 02:41:20 2012 +0200
@@ -64,9 +64,7 @@
 
         If the string is found m[start:end] are the line containing
         that string.  If start == end the string was not found and
-        they indicate the proper sorted insertion point.  This was
-        taken from bisect_left, and modified to find line start/end as
-        it goes along.
+        they indicate the proper sorted insertion point.
 
         m should be a buffer or a string
         s is a string'''