equal
deleted
inserted
replaced
4718 hg status -an0 |
4718 hg status -an0 |
4719 |
4719 |
4720 Returns 0 on success. |
4720 Returns 0 on success. |
4721 """ |
4721 """ |
4722 |
4722 |
|
4723 opts = pycompat.byteskwargs(opts) |
4723 revs = opts.get('rev') |
4724 revs = opts.get('rev') |
4724 change = opts.get('change') |
4725 change = opts.get('change') |
4725 |
4726 |
4726 if revs and change: |
4727 if revs and change: |
4727 msg = _('cannot specify --rev and --change at the same time') |
4728 msg = _('cannot specify --rev and --change at the same time') |