mercurial/commands.py
changeset 31427 b2fb0fd239b8
parent 31387 3d3109339b57
child 31455 7b5fb4b0c0e8
equal deleted inserted replaced
31426:43a7dfbead0c 31427:b2fb0fd239b8
  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')