Mercurial > evolve
comparison tests/test-tutorial.t @ 915:1ebe5c51919b stable
fold: enable --date and --user options
Like all other commit-creating commits, `hg fold` should also have
these options enabled. This also allows getting consistent hashes
during tests involving fold.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Fri, 11 Apr 2014 19:24:29 -0400 |
parents | 36c1c80e99a3 |
children | ffce88754767 e5baeb8fefec |
comparison
equal
deleted
inserted
replaced
914:a0e7c38a9df0 | 915:1ebe5c51919b |
---|---|
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 -d --date DATE record the specified date as commit date | |
483 -u --user USER record the specified user as committer | |
482 | 484 |
483 [+] marked option can be specified multiple times | 485 [+] marked option can be specified multiple times |
484 | 486 |
485 use "hg -v help fold" to show the global options | 487 use "hg -v help fold" to show the global options |
486 | 488 |