Show More
@@ -510,7 +510,7 b' def applyupdates(repo, action, wctx, mct' | |||
|
510 | 510 | updated += 1 |
|
511 | 511 | else: |
|
512 | 512 | merged += 1 |
|
513 |
util.set_ |
|
|
513 | util.set_flags(repo.wjoin(fd), flags) | |
|
514 | 514 | if f != fd and move and util.lexists(repo.wjoin(f)): |
|
515 | 515 | repo.ui.debug(_("removing %s\n") % f) |
|
516 | 516 | os.unlink(repo.wjoin(f)) |
@@ -539,7 +539,7 b' def applyupdates(repo, action, wctx, mct' | |||
|
539 | 539 | repo.ui.warn(" %s\n" % nf) |
|
540 | 540 | elif m == "e": # exec |
|
541 | 541 | flags = a[2] |
|
542 |
util.set_ |
|
|
542 | util.set_flags(repo.wjoin(f), flags) | |
|
543 | 543 | |
|
544 | 544 | return updated, merged, removed, unresolved |
|
545 | 545 |
General Comments 0
You need to be logged in to leave comments.
Login now