Show More
@@ -174,9 +174,8 b' def am(ui, repo, *args, **kwargs):' | |||
|
174 | 174 | cmdoptions=[ |
|
175 | 175 | ] |
|
176 | 176 | args, opts = parseoptions(ui, cmdoptions, args) |
|
177 |
cmd = Command(' |
|
|
178 |
ui.status(str(cmd), "\n |
|
|
179 | ui.status(_("note: requires the MboxExtension and the MqExtension.\n")) | |
|
177 | cmd = Command('import') | |
|
178 | ui.status(str(cmd), "\n") | |
|
180 | 179 | |
|
181 | 180 | def apply(ui, repo, *args, **kwargs): |
|
182 | 181 | cmdoptions = [ |
General Comments 0
You need to be logged in to leave comments.
Login now