Submitter | phabricator |
---|---|
Date | Sept. 27, 2019, 4:18 p.m. |
Message ID | <differential-rev-PHID-DREV-b2fqh5v55mfqpbwnupu6-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/41803/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -1868,6 +1868,8 @@ raise error.ProgrammingError( _("trying to add sidedata to a revlog who don't support them") ) + else: + flags |= REVIDX_SIDEDATA if flags: node = node or self.hash(text, p1, p2)