mercurial/help/revisions.txt
branchstable
changeset 34948 ff178743e59b
parent 32699 f75d0aa5dc83
--- a/mercurial/help/revisions.txt	Tue Oct 31 22:37:30 2017 +0900
+++ b/mercurial/help/revisions.txt	Tue Oct 31 23:09:29 2017 -0400
@@ -134,7 +134,7 @@
 prefixed with ``(?i)``.
 
 For example, ``tag(r're:(?i)release')`` matches "release" or "RELEASE"
-or "Release", etc
+or "Release", etc.
 
 Predicates
 ==========
@@ -212,7 +212,7 @@
 
     hg log -r "(keyword(bug) or keyword(issue)) and not ancestors(tag())"
 
-- Update to commit that bookmark @ is pointing too, without activating the
+- Update to the commit that bookmark @ is pointing to, without activating the
   bookmark (this works because the last revision of the revset is used)::
 
     hg update :@