forked from mirrors/jj
docs: update obslog description
This commit is contained in:
parent
c1de6eaa81
commit
4b215a3405
2 changed files with 6 additions and 5 deletions
|
@ -28,9 +28,10 @@ use crate::formatter::Formatter;
|
||||||
use crate::graphlog::{get_graphlog, Edge};
|
use crate::graphlog::{get_graphlog, Edge};
|
||||||
use crate::ui::Ui;
|
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.
|
/// Name is derived from Merciual's obsolescence markers.
|
||||||
#[derive(clap::Args, Clone, Debug)]
|
#[derive(clap::Args, Clone, Debug)]
|
||||||
|
|
|
@ -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
|
* `move` — Move changes from one revision into another
|
||||||
* `new` — Create a new, empty change and (by default) edit it in the working copy
|
* `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
|
* `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
|
* `operation` — Commands for working with the operation log
|
||||||
* `parallelize` — Parallelize revisions by making them siblings
|
* `parallelize` — Parallelize revisions by making them siblings
|
||||||
* `prev` — Change the working copy revision relative to the parent revision
|
* `prev` — Change the working copy revision relative to the parent revision
|
||||||
|
@ -1204,9 +1204,9 @@ implied.
|
||||||
|
|
||||||
## `jj obslog`
|
## `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.
|
Name is derived from Merciual's obsolescence markers.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue