mercurial/cext/util.h
changeset 48264 bb240915f69f
parent 48261 9205d9be8b41
child 48266 749946b6a641
--- a/mercurial/cext/util.h	Wed Oct 13 15:58:14 2021 +0200
+++ b/mercurial/cext/util.h	Tue Oct 19 18:18:05 2021 +0200
@@ -36,8 +36,8 @@
 static const int dirstate_flag_p1_tracked = 1 << 1;
 static const int dirstate_flag_p2_info = 1 << 2;
 static const int dirstate_flag_has_meaningful_data = 1 << 3;
-static const int dirstate_flag_has_file_mtime = 1 << 4;
-static const int dirstate_flag_has_directory_mtime = 1 << 5;
+static const int dirstate_flag_has_mtime = 1 << 4;
+static const int dirstate_flag_directory = 1 << 5;
 static const int dirstate_flag_mode_exec_perm = 1 << 6;
 static const int dirstate_flag_mode_is_symlink = 1 << 7;
 static const int dirstate_flag_expected_state_is_modified = 1 << 8;