Show More
@@ -320,6 +320,7 def override_copy(orig, ui, repo, pats, | |||
|
320 | 320 | nonormalfiles = False |
|
321 | 321 | nolfiles = False |
|
322 | 322 | try: |
|
323 | try: | |
|
323 | 324 | installnormalfilesmatchfn(repo[None].manifest()) |
|
324 | 325 | result = orig(ui, repo, pats, opts, rename) |
|
325 | 326 | except util.Abort, e: |
@@ -339,6 +340,7 def override_copy(orig, ui, repo, pats, | |||
|
339 | 340 | return result |
|
340 | 341 | |
|
341 | 342 | try: |
|
343 | try: | |
|
342 | 344 | # When we call orig below it creates the standins but we don't add them |
|
343 | 345 | # to the dir state until later so lock during that time. |
|
344 | 346 | wlock = repo.wlock() |
General Comments 0
You need to be logged in to leave comments.
Login now