ok/jj
1
0
Fork 0
forked from mirrors/jj

revset: update legacy range syntax in comment

This commit is contained in:
Yuya Nishihara 2024-03-12 18:49:34 +09:00
parent a777cfe98e
commit 3f9ac78215

View file

@ -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,