Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 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 | a74befa25ade |
children | 5910db5d1913 02845f7441af |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Oct 31 22:37:30 2017 +0900 +++ b/mercurial/commands.py Tue Oct 31 23:09:29 2017 -0400 @@ -2072,7 +2072,7 @@ (grafted from CHANGESETHASH) If --force is specified, revisions will be grafted even if they - are already ancestors of or have been grafted to the destination. + are already ancestors of, or have been grafted to, the destination. This is useful when the revisions have since been backed out. If a graft merge results in conflicts, the graft process is @@ -3075,7 +3075,7 @@ Show new changesets found in the specified path/URL or the default pull location. These are the changesets that would have been pulled - if a pull at the time you issued this command. + by :hg:`pull` at the time you issued this command. See pull for valid source format details. @@ -3808,8 +3808,8 @@ With one of -p/--public, -d/--draft or -s/--secret, change the phase value of the specified revisions. - Unless -f/--force is specified, :hg:`phase` won't move changeset from a - lower phase to an higher phase. Phases are ordered as follows:: + Unless -f/--force is specified, :hg:`phase` won't move changesets from a + lower phase to a higher phase. Phases are ordered as follows:: public < draft < secret