Show More
@@ -58,8 +58,7 b' The following predicates are supported:' | |||||
58 | Alias for ``user(string)``. |
|
58 | Alias for ``user(string)``. | |
59 |
|
59 | |||
60 | ``branch(set)`` |
|
60 | ``branch(set)`` | |
61 | The branch names are found for changesets in set, and the result is |
|
61 | All changesets belonging to the branches of changesets in set. | |
62 | all changesets belonging to one those branches. |
|
|||
63 |
|
62 | |||
64 | ``children(set)`` |
|
63 | ``children(set)`` | |
65 | Child changesets of changesets in set. |
|
64 | Child changesets of changesets in set. | |
@@ -74,10 +73,10 b' The following predicates are supported:' | |||||
74 | Changesets within the interval, see :hg:`help dates`. |
|
73 | Changesets within the interval, see :hg:`help dates`. | |
75 |
|
74 | |||
76 | ``descendants(set)`` |
|
75 | ``descendants(set)`` | |
77 | Changesets which are decendants of changesets in set. |
|
76 | Changesets which are descendants of changesets in set. | |
78 |
|
77 | |||
79 | ``file(pattern)`` |
|
78 | ``file(pattern)`` | |
80 |
Changesets |
|
79 | Changesets affecting files matched by pattern. | |
81 |
|
80 | |||
82 | ``follow()`` |
|
81 | ``follow()`` | |
83 | An alias for ``::.`` (ancestors of the working copy's first parent). |
|
82 | An alias for ``::.`` (ancestors of the working copy's first parent). | |
@@ -105,10 +104,11 b' The following predicates are supported:' | |||||
105 | Changeset is a merge changeset. |
|
104 | Changeset is a merge changeset. | |
106 |
|
105 | |||
107 | ``modifies(pattern)`` |
|
106 | ``modifies(pattern)`` | |
108 |
Changesets |
|
107 | Changesets modifying files matched by pattern. | |
109 |
|
108 | |||
110 | ``outgoing([path])`` |
|
109 | ``outgoing([path])`` | |
111 | Changesets missing in path. |
|
110 | Changesets not found in the specified destination repository, or the | |
|
111 | default push location. | |||
112 |
|
112 | |||
113 | ``p1(set)`` |
|
113 | ``p1(set)`` | |
114 | First parent of changesets in set. |
|
114 | First parent of changesets in set. |
General Comments 0
You need to be logged in to leave comments.
Login now