Submitter | phabricator |
---|---|
Date | Aug. 21, 2021, 9:57 a.m. |
Message ID | <differential-rev-PHID-DREV-vlboy6chjvpwtxp55irt-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49644/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/dirstatemap.py b/mercurial/dirstatemap.py --- a/mercurial/dirstatemap.py +++ b/mercurial/dirstatemap.py @@ -29,16 +29,6 @@ DirstateItem = parsers.DirstateItem - -# a special value used internally for `size` if the file come from the other parent -FROM_P2 = -2 - -# a special value used internally for `size` if the file is modified/merged/added -NONNORMAL = -1 - -# a special value used internally for `time` if the time is ambigeous -AMBIGUOUS_TIME = -1 - rangemask = 0x7FFFFFFF