##// END OF EJS Templates
merge with stable
Martin Geisler -
r14016:bd738875 merge default
parent child Browse files
Show More
@@ -4295,7 +4295,7 b' commitopts = ['
4295 4295
4296 4296 commitopts2 = [
4297 4297 ('d', 'date', '',
4298 _('record datecode as commit date'), _('DATE')),
4298 _('record the specified date as commit date'), _('DATE')),
4299 4299 ('u', 'user', '',
4300 4300 _('record the specified user as committer'), _('USER')),
4301 4301 ]
@@ -62,7 +62,7 b' help record (record)'
62 62 -X --exclude PATTERN [+] exclude names matching the given patterns
63 63 -m --message TEXT use text as commit message
64 64 -l --logfile FILE read commit message from file
65 -d --date DATE record datecode as commit date
65 -d --date DATE record the specified date as commit date
66 66 -u --user USER record the specified user as committer
67 67
68 68 [+] marked option can be specified multiple times
General Comments 0
You need to be logged in to leave comments. Login now