mercurial/scmutil.py
changeset 41697 e21183db2259
parent 41685 b81ecf3571d5
child 41781 e9b9ee9af4a9
equal deleted inserted replaced
41696:3d5543599df8 41697:e21183db2259
  1121             else:
  1121             else:
  1122                 status = _('removing %s\n') % abs
  1122                 status = _('removing %s\n') % abs
  1123             repo.ui.status(status)
  1123             repo.ui.status(status)
  1124 
  1124 
  1125     # TODO: We should probably have the caller pass in uipathfn and apply it to
  1125     # TODO: We should probably have the caller pass in uipathfn and apply it to
  1126     # the messages above too. forcerelativevalue=True is consistent with how
  1126     # the messages above too. legacyrelativevalue=True is consistent with how
  1127     # it used to work.
  1127     # it used to work.
  1128     uipathfn = getuipathfn(repo, legacyrelativevalue=True)
  1128     uipathfn = getuipathfn(repo, legacyrelativevalue=True)
  1129     renames = _findrenames(repo, m, added + unknown, removed + deleted,
  1129     renames = _findrenames(repo, m, added + unknown, removed + deleted,
  1130                            similarity, uipathfn)
  1130                            similarity, uipathfn)
  1131 
  1131