Mercurial > evolve
comparison tests/test-tutorial.t @ 2729:69fe16428b0f
uncommit: add support for -U and -D
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 11 Jul 2017 12:00:45 +0200 |
parents | 3c371aa16cb9 |
children | 85e5a56db776 |
comparison
equal
deleted
inserted
replaced
2728:3c371aa16cb9 | 2729:69fe16428b0f |
---|---|
463 -X --exclude PATTERN [+] exclude names matching the given patterns | 463 -X --exclude PATTERN [+] exclude names matching the given patterns |
464 -m --message TEXT use text as commit message | 464 -m --message TEXT use text as commit message |
465 -l --logfile FILE read commit message from file | 465 -l --logfile FILE read commit message from file |
466 -d --date DATE record the specified date as commit date | 466 -d --date DATE record the specified date as commit date |
467 -u --user USER record the specified user as committer | 467 -u --user USER record the specified user as committer |
468 -D --current-date record the current date as commit date | |
469 -U --current-user record the current user as committer | |
468 | 470 |
469 (some details hidden, use --verbose to show complete help) | 471 (some details hidden, use --verbose to show complete help) |
470 | 472 |
471 | 473 |
472 The edit command of histedit can be used to split changeset: | 474 The edit command of histedit can be used to split changeset: |