Submitter | phabricator |
---|---|
Date | Sept. 27, 2019, 6:10 p.m. |
Message ID | <cd1293908c4649c69de170a8e1e7c8c2@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41811/ |
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")