Mercurial > evolve
comparison tests/test-tutorial.t @ 3219:b73bd280b21c
fold: add support for storing a note in obsmarker
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 17 Nov 2017 03:14:20 +0530 |
parents | 8feb2cae7eae |
children | f0f4cc2febac |
comparison
equal
deleted
inserted
replaced
3218:772cc931f085 | 3219:b73bd280b21c |
---|---|
974 options ([+] can be repeated): | 974 options ([+] can be repeated): |
975 | 975 |
976 -r --rev VALUE [+] revision to fold | 976 -r --rev VALUE [+] 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 -m --message TEXT use text as commit message | 980 -m --message TEXT use text as commit message |
980 -l --logfile FILE read commit message from file | 981 -l --logfile FILE read commit message from file |
981 -d --date DATE record the specified date as commit date | 982 -d --date DATE record the specified date as commit date |
982 -u --user USER record the specified user as committer | 983 -u --user USER record the specified user as committer |
983 -D --current-date record the current date as commit date | 984 -D --current-date record the current date as commit date |