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