Skip to content

Commit

Permalink
docs: update obslog description
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy committed May 3, 2024
1 parent 6b6511d commit 625aacd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions cli/src/commands/obslog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ use crate::formatter::Formatter;
use crate::graphlog::{get_graphlog, Edge};
use crate::ui::Ui;

/// Show how a change has evolved
/// Show how a change has evolved over time
///
/// Show how a change has evolved as it's been updated, rebased, etc.
/// Lists the previous commits which a change has pointed to. The current commit
/// of a change evolves when the change is updated, rebased, etc.
///
/// Name is derived from Merciual's obsolescence markers.
#[derive(clap::Args, Clone, Debug)]
Expand Down
4 changes: 2 additions & 2 deletions cli/tests/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ To get started, see the tutorial at https://github.com/martinvonz/jj/blob/main/d
* `move`Move changes from one revision into another
* `new`Create a new, empty change and (by default) edit it in the working copy
* `next`Move the working-copy commit to the child revision
* `obslog`Show how a change has evolved
* `obslog`Show revisions of the same Change-Id
* `operation`Commands for working with the operation log
* `parallelize`Parallelize revisions by making them siblings
* `prev`Change the working copy revision relative to the parent revision
Expand Down Expand Up @@ -1204,7 +1204,7 @@ implied.
## `jj obslog`
Show how a change has evolved
Show revisions of the same Change-Id
Show how a change has evolved as it's been updated, rebased, etc.
Expand Down

0 comments on commit 625aacd

Please sign in to comment.