Show More
@@ -488,10 +488,9 static PyObject *dirstate_item_new_norma | |||
|
488 | 488 | to make sure it is correct. */ |
|
489 | 489 | static PyObject *dirstate_item_set_possibly_dirty(dirstateItemObject *self) |
|
490 | 490 | { |
|
491 |
|
|
|
491 | self->flags |= dirstate_flag_possibly_dirty; | |
|
492 | 492 |
|
|
493 | 493 |
|
|
494 | } | |
|
495 | 494 | |
|
496 | 495 | /* See docstring of the python implementation for details */ |
|
497 | 496 | static PyObject *dirstate_item_set_clean(dirstateItemObject *self, |
General Comments 0
You need to be logged in to leave comments.
Login now