Show More
@@ -138,12 +138,12 b' def commitctx(repo, ctx, error=False, or' | |||||
138 |
|
138 | |||
139 | touched.extend(removed) |
|
139 | touched.extend(removed) | |
140 |
|
140 | |||
|
141 | files = touched | |||
|
142 | mn = _commit_manifest(tr, linkrev, ctx, mctx, files, added, drop) | |||
|
143 | ||||
141 | if writechangesetcopy: |
|
144 | if writechangesetcopy: | |
142 | filesremoved = removed |
|
145 | filesremoved = removed | |
143 |
|
146 | |||
144 | files = touched |
|
|||
145 | mn = _commit_manifest(tr, linkrev, ctx, mctx, files, added, drop) |
|
|||
146 |
|
||||
147 | if not writefilecopymeta: |
|
147 | if not writefilecopymeta: | |
148 | # If writing only to changeset extras, use None to indicate that |
|
148 | # If writing only to changeset extras, use None to indicate that | |
149 | # no entry should be written. If writing to both, write an empty |
|
149 | # no entry should be written. If writing to both, write an empty |
General Comments 0
You need to be logged in to leave comments.
Login now