mercurial/localrepo.py
changeset 17427 57c6c24b9bc4
parent 17424 e7cfe3587ea4
child 17434 038f4f0439d7
--- 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: