File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,12 +244,12 @@ revsets (expressions) as arguments.
244244* ` root() ` : The virtual commit that is the oldest ancestor of all other commits.
245245
246246* ` heads(x) ` : Commits in ` x ` that are not ancestors of other commits in ` x ` .
247- Note that this is different from
247+ Equivalent to ` x ~ ::x- ` . Note that this is different from
248248 [ Mercurial's] ( https://repo.mercurial-scm.org/hg/help/revsets ) ` heads(x) `
249249 function, which is equivalent to ` x ~ x- ` .
250250
251251* ` roots(x) ` : Commits in ` x ` that are not descendants of other commits in ` x ` .
252- Note that this is different from
252+ Equivalent to ` x ~ x+:: ` . Note that this is different from
253253 [ Mercurial's] ( https://repo.mercurial-scm.org/hg/help/revsets ) ` roots(x) `
254254 function, which is equivalent to ` x ~ x+ ` .
255255
You can’t perform that action at this time.
0 commit comments