Show More
@@ -3269,7 +3269,7 b' def uisetup(ui):' | |||
|
3269 | 3269 | entry = extensions.wrapcommand(commands.table, 'init', mqinit) |
|
3270 | 3270 | entry[1].extend(mqopt) |
|
3271 | 3271 | |
|
3272 |
nowrap = set(commands.norepo.split(" ") |
|
|
3272 | nowrap = set(commands.norepo.split(" ")) | |
|
3273 | 3273 | |
|
3274 | 3274 | def dotable(cmdtable): |
|
3275 | 3275 | for cmd in cmdtable.keys(): |
@@ -136,6 +136,7 b' help (mq present)' | |||
|
136 | 136 | -X --exclude PATTERN [+] exclude names matching the given patterns |
|
137 | 137 | -m --message TEXT use text as commit message |
|
138 | 138 | -l --logfile FILE read commit message from file |
|
139 | --mq operate on patch repository | |
|
139 | 140 | |
|
140 | 141 | [+] marked option can be specified multiple times |
|
141 | 142 |
General Comments 0
You need to be logged in to leave comments.
Login now