mercurial/commands.py
changeset 30332 318a24b52eeb
parent 30304 ba2c04059317
child 30401 869d660b8669
equal deleted inserted replaced
30331:b19291e5d506 30332:318a24b52eeb
  3066             raise error.Abort(_('cannot delete obsmarkers in the middle '
  3066             raise error.Abort(_('cannot delete obsmarkers in the middle '
  3067                                 'of transaction.'))
  3067                                 'of transaction.'))
  3068 
  3068 
  3069         with repo.lock():
  3069         with repo.lock():
  3070             n = repair.deleteobsmarkers(repo.obsstore, indices)
  3070             n = repair.deleteobsmarkers(repo.obsstore, indices)
  3071             ui.write(_('deleted %i obsolescense markers\n') % n)
  3071             ui.write(_('deleted %i obsolescence markers\n') % n)
  3072 
  3072 
  3073         return
  3073         return
  3074 
  3074 
  3075     if precursor is not None:
  3075     if precursor is not None:
  3076         if opts['rev']:
  3076         if opts['rev']: