Show More
@@ -1456,7 +1456,7 b' def dirstatecopy(ui, repo, wctx, src, ds' | |||||
1456 | origsrc = repo.dirstate.copied(src) or src |
|
1456 | origsrc = repo.dirstate.copied(src) or src | |
1457 | if dst == origsrc: # copying back a copy? |
|
1457 | if dst == origsrc: # copying back a copy? | |
1458 | if repo.dirstate[dst] not in b'mn' and not dryrun: |
|
1458 | if repo.dirstate[dst] not in b'mn' and not dryrun: | |
1459 |
repo.dirstate. |
|
1459 | repo.dirstate.set_tracked(dst) | |
1460 | else: |
|
1460 | else: | |
1461 | if repo.dirstate[origsrc] == b'a' and origsrc == src: |
|
1461 | if repo.dirstate[origsrc] == b'a' and origsrc == src: | |
1462 | if not ui.quiet: |
|
1462 | if not ui.quiet: |
General Comments 0
You need to be logged in to leave comments.
Login now