Show More
@@ -863,7 +863,7 def overridecopy(orig, ui, repo, pats, o | |||||
863 | else: |
|
863 | else: | |
864 | util.copyfile(repo.wjoin(srclfile), repo.wjoin(destlfile)) |
|
864 | util.copyfile(repo.wjoin(srclfile), repo.wjoin(destlfile)) | |
865 |
|
865 | |||
866 |
lfdirstate. |
|
866 | lfdirstate.set_tracked(destlfile) | |
867 | lfdirstate.write() |
|
867 | lfdirstate.write() | |
868 | except error.Abort as e: |
|
868 | except error.Abort as e: | |
869 | if e.message != _(b'no files to copy'): |
|
869 | if e.message != _(b'no files to copy'): |
General Comments 0
You need to be logged in to leave comments.
Login now