Skip to content

Commit

Permalink
docs: mention origin of obslog name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy committed Apr 29, 2024
1 parent 6752402 commit 4fe2455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/src/commands/obslog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ use crate::ui::Ui;
/// Show how a change has evolved
///
/// Show how a change has evolved as it's been updated, rebased, etc.
///
/// Name is derived from Murciual's obsolescence markers.
#[derive(clap::Args, Clone, Debug)]
pub(crate) struct ObslogArgs {
#[arg(long, short, default_value = "@")]
Expand Down
2 changes: 2 additions & 0 deletions cli/tests/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,8 @@ Show how a change has evolved
Show how a change has evolved as it's been updated, rebased, etc.
Name is derived from Murciual's obsolescence markers.
**Usage:** `jj obslog [OPTIONS]`
###### **Options:**
Expand Down

0 comments on commit 4fe2455

Please sign in to comment.