Show More
@@ -579,10 +579,7 b' class dirstate(object):' | |||
|
579 | 579 | not possibly_dirty and not p2_info and wc_tracked and p1_tracked |
|
580 | 580 | ) |
|
581 | 581 | |
|
582 | # this mean we are doing call for file we do not really care about the | |
|
583 | # data (eg: added or removed), however this should be a minor overhead | |
|
584 | # compared to the overall update process calling this. | |
|
585 | if need_parent_file_data or parentfiledata is None: | |
|
582 | if need_parent_file_data and parentfiledata is None: | |
|
586 | 583 | parentfiledata = self._get_filedata(filename) |
|
587 | 584 | |
|
588 | 585 | self._map.reset_state( |
General Comments 0
You need to be logged in to leave comments.
Login now