Mercurial > evolve
comparison tests/test-tutorial.t @ 908:06100fbc05e5
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 | 98b5ac44a259 |
children | ffce88754767 |
comparison
equal
deleted
inserted
replaced
907:c17ab719da56 | 908:06100fbc05e5 |
---|---|
485 folded, ignoring the current working directory parent. | 485 folded, ignoring the current working directory parent. |
486 | 486 |
487 options: | 487 options: |
488 | 488 |
489 -r --rev VALUE [+] explicitly specify the full set of revision to fold | 489 -r --rev VALUE [+] explicitly specify the full set of revision to fold |
490 -d --date DATE record the specified date as commit date | |
491 -u --user USER record the specified user as committer | |
490 | 492 |
491 [+] marked option can be specified multiple times | 493 [+] marked option can be specified multiple times |
492 | 494 |
493 use "hg -v help fold" to show the global options | 495 use "hg -v help fold" to show the global options |
494 | 496 |