mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-12 19:08:46 +03:00
cli diff help: add detailed explanation of -r merge_commit
This commit is contained in:
parent
e3852ffd55
commit
d8df36b9a2
@ -23,6 +23,10 @@ use crate::ui::Ui;
|
||||
#[derive(clap::Args, Clone, Debug)]
|
||||
pub(crate) struct DiffArgs {
|
||||
/// Show changes in this revision, compared to its parent(s)
|
||||
///
|
||||
/// If the revision is a merge commit, this shows changes *from* the
|
||||
/// automatic merge of the contents of all of its parents *to* the contents
|
||||
/// of the revision itself.
|
||||
#[arg(long, short)]
|
||||
revision: Option<RevisionArg>,
|
||||
/// Show changes from this revision
|
||||
|
Loading…
Reference in New Issue
Block a user