Mercurial > evolve
comparison tests/test-tutorial.t @ 4351:76500b73b1a9 stable
branching: merge stable into default prior to new version
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 22 Jan 2019 10:41:53 -0500 |
parents | 536c67823962 |
children | 2cbb9914d227 96ce1030d2fb |
comparison
equal
deleted
inserted
replaced
4336:33fc61e5e119 | 4351:76500b73b1a9 |
---|---|
932 Return 0 if changed files are uncommitted. | 932 Return 0 if changed files are uncommitted. |
933 | 933 |
934 options ([+] can be repeated): | 934 options ([+] can be repeated): |
935 | 935 |
936 -a --all uncommit all changes when no arguments given | 936 -a --all uncommit all changes when no arguments given |
937 -r --rev VALUE revert commit content to REV instead | 937 -r --rev REV revert commit content to REV instead |
938 --revert discard working directory changes after uncommit | 938 --revert discard working directory changes after uncommit |
939 -n --note VALUE store a note on uncommit | 939 -n --note TEXT store a note on uncommit |
940 -I --include PATTERN [+] include names matching the given patterns | 940 -I --include PATTERN [+] include names matching the given patterns |
941 -X --exclude PATTERN [+] exclude names matching the given patterns | 941 -X --exclude PATTERN [+] exclude names matching the given patterns |
942 -m --message TEXT use text as commit message | 942 -m --message TEXT use text as commit message |
943 -l --logfile FILE read commit message from file | 943 -l --logfile FILE read commit message from file |
944 -d --date DATE record the specified date as commit date | 944 -d --date DATE record the specified date as commit date |
971 of the working directory. In this case, the given revisions must form a | 971 of the working directory. In this case, the given revisions must form a |
972 linear unbroken chain. | 972 linear unbroken chain. |
973 | 973 |
974 options ([+] can be repeated): | 974 options ([+] can be repeated): |
975 | 975 |
976 -r --rev VALUE [+] revision to fold | 976 -r --rev REV [+] revision to fold |
977 --exact only fold specified revisions | 977 --exact only fold specified revisions |
978 --from fold revisions linearly to working copy parent | 978 --from fold revisions linearly to working copy parent |
979 -n --note VALUE store a note on fold | 979 -n --note TEXT store a note on fold |
980 -m --message TEXT use text as commit message | 980 -m --message TEXT use text as commit message |
981 -l --logfile FILE read commit message from file | 981 -l --logfile FILE read commit message from file |
982 -d --date DATE record the specified date as commit date | 982 -d --date DATE record the specified date as commit date |
983 -u --user USER record the specified user as committer | 983 -u --user USER record the specified user as committer |
984 -D --current-date record the current date as commit date | 984 -D --current-date record the current date as commit date |
985 -U --current-user record the current user as committer | 985 -U --current-user record the current user as committer |
986 | 986 |
987 (some details hidden, use --verbose to show complete help) | 987 (some details hidden, use --verbose to show complete help) |
988 | 988 |
989 | 989 |
990 ----------------------- | 990 ----------------------- |