Skip to content

Commit

Permalink
util gc: document the fact that it does not abandon operations
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Nov 23, 2024
1 parent 7906b3f commit aca540c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/src/commands/util/gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ use crate::command_error::CommandError;
use crate::ui::Ui;

/// Run backend-dependent garbage collection.
///
/// To abandon old operations, run `jj op abandon ..<some old operation>` before
/// `jj util gc`.
#[derive(clap::Args, Clone, Debug)]
pub struct UtilGcArgs {
/// Time threshold
Expand Down

0 comments on commit aca540c

Please sign in to comment.