We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49a60e commit 76ecae5Copy full SHA for 76ecae5
cli/src/commands/squash.rs
@@ -51,6 +51,9 @@ use crate::ui::Ui;
51
52
/// Move changes from a revision into another revision
53
///
54
+/// The name "squash" comes from the idea of combining (squashing) the changes
55
+/// from multiple revisions together.
56
+///
57
/// With the `-r` option, moves the changes from the specified revision to the
58
/// parent revision. Fails if there are several parent revisions (i.e., the
59
/// given revision is a merge).
0 commit comments