( )⚙ D11660 dirstate-v2: Use attributes as intended instead of properties in v2_data()

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate-v2: Use attributes as intended instead of properties in v2_data()
ClosedPublic

Authored by SimonSapin on Oct 14 2021, 9:05 AM.

Details

Summary

The property return other integer values instead of None, so is not None
does not work.

This fixes test-dirstate-race.t in pure-Python mode, which currently fails
on the default branch.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

SimonSapin created this revision.Oct 14 2021, 9:05 AM
pulkit accepted this revision.Oct 14 2021, 2:41 PM
This revision is now accepted and ready to land.Oct 14 2021, 2:41 PM