diff -r e95ec38f86b0 -r 9724f8f8850b mercurial/manifest.py --- 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'''