# HG changeset patch # User Patrick Mezard # Date 1280176157 -7200 # Node ID 39bac1821b12c3b493d15d92df7620358b499d46 # Parent 757f39fa1162af2a3b3bef1350b9be37b7ea4628 revsets.txt: minor improvements diff -r 757f39fa1162 -r 39bac1821b12 mercurial/help/revsets.txt --- a/mercurial/help/revsets.txt Mon Jul 26 22:28:37 2010 +0200 +++ b/mercurial/help/revsets.txt Mon Jul 26 22:29:17 2010 +0200 @@ -58,8 +58,7 @@ Alias for ``user(string)``. ``branch(set)`` - The branch names are found for changesets in set, and the result is - all changesets belonging to one those branches. + All changesets belonging to the branches of changesets in set. ``children(set)`` Child changesets of changesets in set. @@ -74,10 +73,10 @@ Changesets within the interval, see :hg:`help dates`. ``descendants(set)`` - Changesets which are decendants of changesets in set. + Changesets which are descendants of changesets in set. ``file(pattern)`` - Changesets which manually affected files matching pattern. + Changesets affecting files matched by pattern. ``follow()`` An alias for ``::.`` (ancestors of the working copy's first parent). @@ -105,10 +104,11 @@ Changeset is a merge changeset. ``modifies(pattern)`` - Changesets which modify files matching pattern. + Changesets modifying files matched by pattern. ``outgoing([path])`` - Changesets missing in path. + Changesets not found in the specified destination repository, or the + default push location. ``p1(set)`` First parent of changesets in set.