mercurial/commands.py
changeset 17424 e7cfe3587ea4
parent 17393 99a2a4ae35e2
child 17425 e95ec38f86b0
--- a/mercurial/commands.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/mercurial/commands.py	Wed Aug 15 22:38:42 2012 +0200
@@ -543,7 +543,7 @@
           hg bisect --good
           hg bisect --bad
 
-      - mark the current revision, or a known revision, to be skipped (eg. if
+      - mark the current revision, or a known revision, to be skipped (e.g. if
         that revision is not usable because of another issue)::
 
           hg bisect --skip
@@ -1252,7 +1252,7 @@
     Returns 0 on success, 1 if nothing changed.
     """
     if opts.get('subrepos'):
-        # Let --subrepos on the command line overide config setting.
+        # Let --subrepos on the command line override config setting.
         ui.setconfig('ui', 'commitsubrepos', True)
 
     extra = {}