mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 06:19:42 +00:00
next/prev: delete obsolete help text about inferring --edit
We don't infer `--edit` since 37421583b2
.
This commit is contained in:
parent
2aadae14a6
commit
1240487cb6
3 changed files with 0 additions and 8 deletions
|
@ -47,8 +47,6 @@ use crate::ui::Ui;
|
|||
/// | |
|
||||
/// @ A
|
||||
/// ```
|
||||
/// If your working-copy commit already has visible children, then `--edit` is
|
||||
/// implied.
|
||||
#[derive(clap::Args, Clone, Debug)]
|
||||
#[command(verbatim_doc_comment)]
|
||||
pub(crate) struct NextArgs {
|
||||
|
|
|
@ -46,8 +46,6 @@ use crate::ui::Ui;
|
|||
/// | |
|
||||
/// A A
|
||||
/// ```
|
||||
/// If the working copy revision already has visible children, then `--edit` is
|
||||
/// implied
|
||||
#[derive(clap::Args, Clone, Debug)]
|
||||
#[command(verbatim_doc_comment)]
|
||||
pub(crate) struct PrevArgs {
|
||||
|
|
|
@ -1389,8 +1389,6 @@ B => @
|
|||
| |
|
||||
@ A
|
||||
```
|
||||
If your working-copy commit already has visible children, then `--edit` is
|
||||
implied.
|
||||
|
||||
**Usage:** `jj next [OPTIONS] [OFFSET]`
|
||||
|
||||
|
@ -1682,8 +1680,6 @@ B B
|
|||
| |
|
||||
A A
|
||||
```
|
||||
If the working copy revision already has visible children, then `--edit` is
|
||||
implied
|
||||
|
||||
**Usage:** `jj prev [OPTIONS] [OFFSET]`
|
||||
|
||||
|
|
Loading…
Reference in a new issue