mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-07 21:27:06 +00:00
revset: fix is_empty() doc, the logic was inverted
This commit is contained in:
parent
f4ec653e12
commit
a38e59f447
1 changed files with 1 additions and 1 deletions
|
@ -2207,7 +2207,7 @@ pub trait Revset: fmt::Debug {
|
||||||
where
|
where
|
||||||
Self: 'a;
|
Self: 'a;
|
||||||
|
|
||||||
/// Returns true if iterator will emit at least one commit or error.
|
/// Returns true if iterator will emit no commit nor error.
|
||||||
fn is_empty(&self) -> bool;
|
fn is_empty(&self) -> bool;
|
||||||
|
|
||||||
/// Inclusive lower bound and, optionally, inclusive upper bound of how many
|
/// Inclusive lower bound and, optionally, inclusive upper bound of how many
|
||||||
|
|
Loading…
Reference in a new issue