Mercurial > evolve
comparison tests/test-tutorial.t @ 933:e5baeb8fefec stable
fold: add --message and --logfile options
Like other commit-creating commands, this add two options for
specifying the resulting commit message, with tests. If either of
these options is specified, no editor is popped up asking for a commit
message.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 14 Apr 2014 15:46:27 -0400 |
parents | 1ebe5c51919b |
children | f13facb01ac5 |
comparison
equal
deleted
inserted
replaced
931:32915143d448 | 933:e5baeb8fefec |
---|---|
477 folded, ignoring the current working directory parent. | 477 folded, ignoring the current working directory parent. |
478 | 478 |
479 options: | 479 options: |
480 | 480 |
481 -r --rev VALUE [+] explicitly specify the full set of revision to fold | 481 -r --rev VALUE [+] explicitly specify the full set of revision to fold |
482 -m --message TEXT use text as commit message | |
483 -l --logfile FILE read commit message from file | |
482 -d --date DATE record the specified date as commit date | 484 -d --date DATE record the specified date as commit date |
483 -u --user USER record the specified user as committer | 485 -u --user USER record the specified user as committer |
484 | 486 |
485 [+] marked option can be specified multiple times | 487 [+] marked option can be specified multiple times |
486 | 488 |