Show More
@@ -100,7 +100,7 b' clone [-U] <source> [dest]::' | |||||
100 | options: |
|
100 | options: | |
101 | -U, --noupdate do not update the new working directory |
|
101 | -U, --noupdate do not update the new working directory | |
102 |
|
102 | |||
103 |
commit [-A -t -l <file> - |
|
103 | commit [-A -t -l <file> -m <text> -u <user> -d <datecode>] [files...]:: | |
104 | Commit changes to the given files into the repository. |
|
104 | Commit changes to the given files into the repository. | |
105 |
|
105 | |||
106 | If a list of files is omitted, all changes reported by "hg status" |
|
106 | If a list of files is omitted, all changes reported by "hg status" | |
@@ -112,7 +112,7 b' commit [-A -t -l <file> -t <text> -u <us' | |||||
112 | Options: |
|
112 | Options: | |
113 |
|
113 | |||
114 | -A, --addremove run addremove during commit |
|
114 | -A, --addremove run addremove during commit | |
115 |
- |
|
115 | -m, --text <text> use <text> as commit message | |
116 | -l, --logfile <file> show the commit message for the given file |
|
116 | -l, --logfile <file> show the commit message for the given file | |
117 | -d, --date <datecode> record datecode as commit date |
|
117 | -d, --date <datecode> record datecode as commit date | |
118 | -u, --user <user> record user as commiter |
|
118 | -u, --user <user> record user as commiter |
@@ -1099,7 +1099,8 b' table = {' | |||||
1099 | "^commit|ci": |
|
1099 | "^commit|ci": | |
1100 | (commit, |
|
1100 | (commit, | |
1101 | [('A', 'addremove', None, 'run add/remove during commit'), |
|
1101 | [('A', 'addremove', None, 'run add/remove during commit'), | |
1102 |
(' |
|
1102 | ('m', 'text', "", 'commit message'), | |
|
1103 | ('t', 'text', "", 'commit message (deprecated)'), | |||
1103 | ('l', 'logfile', "", 'commit text file'), |
|
1104 | ('l', 'logfile', "", 'commit text file'), | |
1104 | ('d', 'date', "", 'date code'), |
|
1105 | ('d', 'date', "", 'date code'), | |
1105 | ('u', 'user', "", 'user')], |
|
1106 | ('u', 'user', "", 'user')], |
General Comments 0
You need to be logged in to leave comments.
Login now