diff mercurial/help/revisions.txt @ 34948:ff178743e59b stable

help: minor copy editing for grammar
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 31 Oct 2017 23:09:29 -0400
parents f75d0aa5dc83
children
line wrap: on
line diff
--- 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 :@