mercurial/commands.py
changeset 25796 4eb8d8a44bf1
parent 25789 95dc4b009f60
child 25901 0203c50a589f
child 26028 6fbe35588433
equal deleted inserted replaced
25795:69145daacdfa 25796:4eb8d8a44bf1
  1478 
  1478 
  1479     Returns 0 on success, 1 if nothing changed.
  1479     Returns 0 on success, 1 if nothing changed.
  1480     """
  1480     """
  1481     if opts.get('interactive'):
  1481     if opts.get('interactive'):
  1482         opts.pop('interactive')
  1482         opts.pop('interactive')
  1483         cmdutil.dorecord(ui, repo, commit, 'commit', False,
  1483         cmdutil.dorecord(ui, repo, commit, None, False,
  1484                         cmdutil.recordfilter, *pats, **opts)
  1484                         cmdutil.recordfilter, *pats, **opts)
  1485         return
  1485         return
  1486 
  1486 
  1487     if opts.get('subrepos'):
  1487     if opts.get('subrepos'):
  1488         if opts.get('amend'):
  1488         if opts.get('amend'):