equal
deleted
inserted
replaced
480 |
480 |
481 aliases: squash |
481 aliases: squash |
482 |
482 |
483 fold multiple revisions into a single one |
483 fold multiple revisions into a single one |
484 |
484 |
485 Folds a set of revisions with the parent of the working directory. All |
485 By default, folds all the revisions linearly between the given revisions |
486 revisions linearly between the given revisions and the parent of the |
486 and the parent of the working directory. |
487 working directory will also be folded. |
|
488 |
487 |
489 Use --exact for folding only the specified revisions while ignoring the |
488 Use --exact for folding only the specified revisions while ignoring the |
490 parent of the working directory. In this case, the given revisions must |
489 parent of the working directory. In this case, the given revisions must |
491 form a linear unbroken chain. |
490 form a linear unbroken chain. |
492 |
491 |