Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 17427:57c6c24b9bc4
improve some comments and docstrings, fixing issues found when spell checking
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 21 Aug 2012 02:41:20 +0200 |
parents | e7cfe3587ea4 |
children | 038f4f0439d7 |
line wrap: on
line diff
--- a/mercurial/localrepo.py Tue Aug 21 02:41:20 2012 +0200 +++ b/mercurial/localrepo.py Tue Aug 21 02:41:20 2012 +0200 @@ -300,7 +300,7 @@ """hiddenrevs: revs that should be hidden by command and tools This set is carried on the repo to ease initialisation and lazy - loading it'll probably move back to changelog for efficiency and + loading; it'll probably move back to changelog for efficiency and consistency reason Note that the hiddenrevs will needs invalidations when @@ -2539,7 +2539,7 @@ # uncompressed only if compatible. if not stream: - # if the server explicitly prefer to stream (for fast LANs) + # if the server explicitly prefers to stream (for fast LANs) stream = remote.capable('stream-preferred') if stream and not heads: