Show More
@@ -465,11 +465,11 b' def updatelfiles(ui, repo, filelist=None' | |||
|
465 | 465 | wctx = repo[None] |
|
466 | 466 | for lfile in lfiles: |
|
467 | 467 | lfileorig = os.path.relpath( |
|
468 |
scmutil. |
|
|
468 | scmutil.backuppath(ui, repo, lfile), | |
|
469 | 469 | start=repo.root) |
|
470 | 470 | standin = lfutil.standin(lfile) |
|
471 | 471 | standinorig = os.path.relpath( |
|
472 |
scmutil. |
|
|
472 | scmutil.backuppath(ui, repo, standin), | |
|
473 | 473 | start=repo.root) |
|
474 | 474 | if wvfs.exists(standin): |
|
475 | 475 | if (wvfs.exists(standinorig) and |
General Comments 0
You need to be logged in to leave comments.
Login now