Submitter | phabricator |
---|---|
Date | Oct. 1, 2019, 4:08 p.m. |
Message ID | <a675ca4a929fcaf0ff21e72daf25b80e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41892/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -1864,6 +1864,7 @@ if sidedata is None: sidedata = {} + flags = flags & ~REVIDX_SIDEDATA elif not self.hassidedata: raise error.ProgrammingError( _("trying to add sidedata to a revlog who don't support them")