forked from mirrors/jj
revset: update legacy range syntax in comment
This commit is contained in:
parent
a777cfe98e
commit
3f9ac78215
1 changed files with 1 additions and 1 deletions
|
@ -2344,7 +2344,7 @@ impl VisibilityResolutionContext<'_> {
|
|||
// but if it does, the heads set could be extended to include the commits
|
||||
// (and `remote_branches()`) specified in the revset expression. Alternatively,
|
||||
// some optimization rules could be removed, but that means `author(_) & x`
|
||||
// would have to test `:visible_heads() & x`.
|
||||
// would have to test `::visible_heads() & x`.
|
||||
ResolvedExpression::Ancestors {
|
||||
heads: self.resolve_visible_heads().into(),
|
||||
generation: GENERATION_RANGE_FULL,
|
||||
|
|
Loading…
Reference in a new issue