Mercurial > evolve
comparison tests/test-tutorial.t @ 2768:85e5a56db776
fold: add support for the -D and -U options
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 23 Jul 2017 07:32:54 +0200 |
parents | 69fe16428b0f |
children | 2280461343e5 56733f2ddb04 |
comparison
equal
deleted
inserted
replaced
2767:ab80ef8d0cfa | 2768:85e5a56db776 |
---|---|
500 --from fold revisions linearly to working copy parent | 500 --from fold revisions linearly to working copy parent |
501 -m --message TEXT use text as commit message | 501 -m --message TEXT use text as commit message |
502 -l --logfile FILE read commit message from file | 502 -l --logfile FILE read commit message from file |
503 -d --date DATE record the specified date as commit date | 503 -d --date DATE record the specified date as commit date |
504 -u --user USER record the specified user as committer | 504 -u --user USER record the specified user as committer |
505 -D --current-date record the current date as commit date | |
506 -U --current-user record the current user as committer | |
505 | 507 |
506 (some details hidden, use --verbose to show complete help) | 508 (some details hidden, use --verbose to show complete help) |
507 | 509 |
508 | 510 |
509 ----------------------- | 511 ----------------------- |