[Updated] D9280: revlog: pass sidedata argument to flagutil.processflagswrite()
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Wed Nov 18 23:07:13 UTC 2020
Closed by commit rHG11842aad3195: revlog: pass sidedata argument to flagutil.processflagswrite() (authored by indygreg).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9280?vs=23430&id=23548
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9280/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9280
AFFECTED FILES
mercurial/revlog.py
CHANGE DETAILS
diff --git a/mercurial/revlog.py b/mercurial/revlog.py
--- a/mercurial/revlog.py
+++ b/mercurial/revlog.py
@@ -1819,7 +1819,7 @@
elif operation == b'read':
return flagutil.processflagsread(self, text, flags)
else: # write operation
- return flagutil.processflagswrite(self, text, flags)
+ return flagutil.processflagswrite(self, text, flags, None)
def revision(self, nodeorrev, _df=None, raw=False):
"""return an uncompressed revision of a given node or revision
To: indygreg, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201118/0d5d75c8/attachment-0002.html>
More information about the Mercurial-patches
mailing list