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