comparison tests/test-tutorial.t @ 3220:f0f4cc2febac

uncommit: add support for storing a note in obsmarker
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 17 Nov 2017 03:14:31 +0530
parents b73bd280b21c
children 4303a46b4167 76e5b5ae6864 380fa6e8baf2
comparison
equal deleted inserted replaced
3219:b73bd280b21c 3220:f0f4cc2febac
935 935
936 options ([+] can be repeated): 936 options ([+] can be repeated):
937 937
938 -a --all uncommit all changes when no arguments given 938 -a --all uncommit all changes when no arguments given
939 -r --rev VALUE revert commit content to REV instead 939 -r --rev VALUE revert commit content to REV instead
940 -n --note VALUE store a note on uncommit
940 -I --include PATTERN [+] include names matching the given patterns 941 -I --include PATTERN [+] include names matching the given patterns
941 -X --exclude PATTERN [+] exclude names matching the given patterns 942 -X --exclude PATTERN [+] exclude names matching the given patterns
942 -m --message TEXT use text as commit message 943 -m --message TEXT use text as commit message
943 -l --logfile FILE read commit message from file 944 -l --logfile FILE read commit message from file
944 -d --date DATE record the specified date as commit date 945 -d --date DATE record the specified date as commit date