equal
deleted
inserted
replaced
1362 |
1362 |
1363 See :hg:`help dates` for a list of formats valid for -d/--date. |
1363 See :hg:`help dates` for a list of formats valid for -d/--date. |
1364 |
1364 |
1365 Returns 0 on success, 1 if nothing changed. |
1365 Returns 0 on success, 1 if nothing changed. |
1366 """ |
1366 """ |
1367 forceeditor = opts.get('force_editor') or opts.get('edit') |
1367 forceeditor = opts.get('edit') |
1368 |
1368 |
1369 if opts.get('subrepos'): |
1369 if opts.get('subrepos'): |
1370 if opts.get('amend'): |
1370 if opts.get('amend'): |
1371 raise util.Abort(_('cannot amend with --subrepos')) |
1371 raise util.Abort(_('cannot amend with --subrepos')) |
1372 # Let --subrepos on the command line override config setting. |
1372 # Let --subrepos on the command line override config setting. |