Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/tests/test-tutorial.t Thu Jan 09 11:33:15 2014 +0100 +++ b/tests/test-tutorial.t Mon Apr 14 15:46:27 2014 -0400 @@ -479,6 +479,8 @@ options: -r --rev VALUE [+] explicitly specify the full set of revision to fold + -m --message TEXT use text as commit message + -l --logfile FILE read commit message from file -d --date DATE record the specified date as commit date -u --user USER record the specified user as committer