Show More
@@ -289,11 +289,8 b' class dirstatemap(object):' | |||
|
289 | 289 | # In addition, this seems to be a case where the file is marked |
|
290 | 290 | # as merged without actually being the result of a merge |
|
291 | 291 | # action. So thing are not ideal here. |
|
292 |
|
|
|
293 |
|
|
|
294 | else: | |
|
295 | self.addfile(filename, from_p2=True) | |
|
296 | return | |
|
292 | merged = True | |
|
293 | clean_p2 = False | |
|
297 | 294 | elif not p1_tracked and p2_tracked and wc_tracked: |
|
298 | 295 | clean_p2 = True |
|
299 | 296 | elif possibly_dirty: |
General Comments 0
You need to be logged in to leave comments.
Login now