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 c1de6ea commit 4b215a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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
6 changes: 3 additions & 3 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 how a change has evolved over time
* `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,9 +1204,9 @@ implied.
## `jj obslog`
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.
Expand Down

0 comments on commit 4b215a3

Please sign in to comment.