Mercurial > public > mercurial-scm > hg
diff hgext/record.py @ 17425:e95ec38f86b0
fix wording and not-completely-trivial spelling errors and bad docstrings
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:39:18 +0200 |
parents | e7cfe3587ea4 |
children | 3de04c07966a |
line wrap: on
line diff
--- a/hgext/record.py Wed Aug 15 22:38:42 2012 +0200 +++ b/hgext/record.py Wed Aug 15 22:39:18 2012 +0200 @@ -33,7 +33,7 @@ - ('file', [header_lines + fromfile + tofile]) - ('context', [context_lines]) - ('hunk', [hunk_lines]) - - ('range', (-start,len, +start,len, diffp)) + - ('range', (-start,len, +start,len, proc)) """ lr = patch.linereader(fp)