diff mercurial/policy.py @ 49820:3eac92509484

dirstate-entry: add `modified` property This was already done in the Rust implementation and is a useful primitive. The C implementation had this called `merged`, but wasn't used anywhere. It will be used in the next changeset.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 02 May 2022 11:40:33 +0200
parents f98da1349212
children 18c8c18993f0
line wrap: on
line diff
--- a/mercurial/policy.py	Mon Dec 19 16:22:01 2022 +0100
+++ b/mercurial/policy.py	Mon May 02 11:40:33 2022 +0200
@@ -76,7 +76,7 @@
     ('cext', 'bdiff'): 3,
     ('cext', 'mpatch'): 1,
     ('cext', 'osutil'): 4,
-    ('cext', 'parsers'): 20,
+    ('cext', 'parsers'): 21,
 }
 
 # map import request to other package or module