Show More
@@ -324,6 +324,7 def _wrapcmd(ui, cmd, table, wrapfn): | |||
|
324 | 324 | except TypeError, e: |
|
325 | 325 | if len(args) > wrapfn.func_code.co_argcount: |
|
326 | 326 | raise util.Abort(_('--graph option allows at most one file')) |
|
327 | raise | |
|
327 | 328 | return orig(*args, **kwargs) |
|
328 | 329 | entry = extensions.wrapcommand(table, cmd, graph) |
|
329 | 330 | entry[1].append(('G', 'graph', None, _("show the revision DAG"))) |
General Comments 0
You need to be logged in to leave comments.
Login now