Mercurial > public > mercurial-scm > hg-stable
diff mercurial/manifest.py @ 17426:9724f8f8850b
delete some dead comments and docstrings
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 21 Aug 2012 02:41:20 +0200 |
parents | 525fdb738975 |
children | 72803c8edaa4 |
line wrap: on
line diff
--- 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'''