mercurial/cext/parsers.c
changeset 48402 be2317167a9b
parent 48400 0b3f3a3ca50a
child 48810 ed03fffaac30
child 48987 9bb700223f00
--- a/mercurial/cext/parsers.c	Wed Nov 24 05:00:06 2021 +0100
+++ b/mercurial/cext/parsers.c	Wed Nov 24 04:43:57 2021 +0100
@@ -450,14 +450,6 @@
 		              dirstate_flag_has_meaningful_data |
 		              dirstate_flag_has_mtime);
 	}
-	if (t->flags & dirstate_flag_mtime_second_ambiguous) {
-		/* The current code is not able to do the more subtle comparison
-		 * that the MTIME_SECOND_AMBIGUOUS requires. So we ignore the
-		 * mtime */
-		t->flags &= ~(dirstate_flag_mtime_second_ambiguous |
-		              dirstate_flag_has_meaningful_data |
-		              dirstate_flag_has_mtime);
-	}
 	t->mode = 0;
 	if (t->flags & dirstate_flag_has_meaningful_data) {
 		if (t->flags & dirstate_flag_mode_exec_perm) {