docs: update obslog description

This commit is contained in:
Charles Crete 2024-04-29 09:41:49 -04:00 committed by Cretezy
parent c1de6eaa81
commit 4b215a3405
2 changed files with 6 additions and 5 deletions

View file

@ -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)]

View file

@ -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
@ -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.