Show More
@@ -598,8 +598,8 b' def _getcheckunknownconfig(repo, section' | |||
|
598 | 598 | def _checkunknownfile(repo, wctx, mctx, f, f2=None): |
|
599 | 599 | if f2 is None: |
|
600 | 600 | f2 = f |
|
601 |
return (repo.wvfs. |
|
|
602 |
and repo.wvfs. |
|
|
601 | return (repo.wvfs.audit.check(f) | |
|
602 | and repo.wvfs.isfileorlink(f) | |
|
603 | 603 | and repo.dirstate.normalize(f) not in repo.dirstate |
|
604 | 604 | and mctx[f2].cmp(wctx[f])) |
|
605 | 605 |
General Comments 0
You need to be logged in to leave comments.
Login now