Show More
@@ -374,8 +374,6 b' def applyupdates(repo, actions, wctx, mc' | |||
|
374 | 374 | f, m = a[:2] |
|
375 | 375 | repo.ui.progress(_('updating'), i + 1, item=f, total=numupdates, |
|
376 | 376 | unit=_('files')) |
|
377 | if f and f[0] == "/": | |
|
378 | continue | |
|
379 | 377 | if m == "r": # remove |
|
380 | 378 | repo.ui.note(_("removing %s\n") % f) |
|
381 | 379 | audit(f) |
General Comments 0
You need to be logged in to leave comments.
Login now