equal
deleted
inserted
replaced
474 The tutorial part is not written yet but can use `hg fold`: |
474 The tutorial part is not written yet but can use `hg fold`: |
475 |
475 |
476 $ hg help fold |
476 $ hg help fold |
477 hg fold rev |
477 hg fold rev |
478 |
478 |
|
479 aliases: squash |
|
480 |
479 Fold multiple revisions into a single one |
481 Fold multiple revisions into a single one |
480 |
482 |
481 The revisions from your current working directory to the given one are |
483 The revisions from your current working directory to the given one are |
482 folded into a single successor revision. |
484 folded into a single successor revision. |
483 |
485 |
485 folded, ignoring the current working directory parent. |
487 folded, ignoring the current working directory parent. |
486 |
488 |
487 options: |
489 options: |
488 |
490 |
489 -r --rev VALUE [+] explicitly specify the full set of revision to fold |
491 -r --rev VALUE [+] explicitly specify the full set of revision to fold |
|
492 -m --message TEXT use text as commit message |
|
493 -l --logfile FILE read commit message from file |
490 -d --date DATE record the specified date as commit date |
494 -d --date DATE record the specified date as commit date |
491 -u --user USER record the specified user as committer |
495 -u --user USER record the specified user as committer |
492 |
496 |
493 [+] marked option can be specified multiple times |
497 [+] marked option can be specified multiple times |
494 |
498 |