Mercurial > evolve
comparison tests/test-tutorial.t @ 1064:95d84c8b4bcc
test: update help output to future 3.2
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 15 Aug 2014 16:39:42 -0700 |
parents | 00bc31523074 |
children | 85c699c4fba4 bac4e0bc9f6a |
comparison
equal
deleted
inserted
replaced
1063:742c1ce79a96 | 1064:95d84c8b4bcc |
---|---|
450 revision. It still does not change the content of your file in the working | 450 revision. It still does not change the content of your file in the working |
451 directory. | 451 directory. |
452 | 452 |
453 Return 0 if changed files are uncommitted. | 453 Return 0 if changed files are uncommitted. |
454 | 454 |
455 options: | 455 options ([+] can be repeated): |
456 | 456 |
457 -a --all uncommit all changes when no arguments given | 457 -a --all uncommit all changes when no arguments given |
458 -r --rev VALUE revert commit content to REV instead | 458 -r --rev VALUE revert commit content to REV instead |
459 -I --include PATTERN [+] include names matching the given patterns | 459 -I --include PATTERN [+] include names matching the given patterns |
460 -X --exclude PATTERN [+] exclude names matching the given patterns | 460 -X --exclude PATTERN [+] exclude names matching the given patterns |
461 | 461 |
462 [+] marked option can be specified multiple times | 462 (some details hidden, use --verbose to show complete help) |
463 | |
464 use "hg -v help uncommit" to show the global options | |
465 | 463 |
466 | 464 |
467 The edit command of histedit can be used to split changeset: | 465 The edit command of histedit can be used to split changeset: |
468 | 466 |
469 | 467 |
485 | 483 |
486 Use --exact for folding only the specified revisions while ignoring the | 484 Use --exact for folding only the specified revisions while ignoring the |
487 parent of the working directory. In this case, the given revisions must | 485 parent of the working directory. In this case, the given revisions must |
488 form a linear unbroken chain. | 486 form a linear unbroken chain. |
489 | 487 |
490 options: | 488 options ([+] can be repeated): |
491 | 489 |
492 -r --rev VALUE [+] revision to fold | 490 -r --rev VALUE [+] revision to fold |
493 --exact only fold specified revisions | 491 --exact only fold specified revisions |
494 -m --message TEXT use text as commit message | 492 -m --message TEXT use text as commit message |
495 -l --logfile FILE read commit message from file | 493 -l --logfile FILE read commit message from file |
496 -d --date DATE record the specified date as commit date | 494 -d --date DATE record the specified date as commit date |
497 -u --user USER record the specified user as committer | 495 -u --user USER record the specified user as committer |
498 | 496 |
499 [+] marked option can be specified multiple times | 497 (some details hidden, use --verbose to show complete help) |
500 | |
501 use "hg -v help fold" to show more complete help and the global options | |
502 | 498 |
503 | 499 |
504 ----------------------- | 500 ----------------------- |
505 Collaboration | 501 Collaboration |
506 ----------------------- | 502 ----------------------- |