Show More
@@ -556,7 +556,7 b' def _parse(ui, args):' | |||
|
556 | 556 | c.append((o[0], o[1], options[o[1]], o[3])) |
|
557 | 557 | |
|
558 | 558 | try: |
|
559 | args = fancyopts.fancyopts(args, c, cmdoptions, True) | |
|
559 | args = fancyopts.fancyopts(args, c, cmdoptions, gnu=True) | |
|
560 | 560 | except fancyopts.getopt.GetoptError as inst: |
|
561 | 561 | raise error.CommandError(cmd, inst) |
|
562 | 562 |
General Comments 0
You need to be logged in to leave comments.
Login now