equal
deleted
inserted
replaced
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'): |