Submitter | phabricator |
---|---|
Date | July 27, 2021, 8:15 p.m. |
Message ID | <differential-rev-PHID-DREV-2odi2kqt5sxhafl4lo7l-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49534/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/store.py b/mercurial/store.py --- a/mercurial/store.py +++ b/mercurial/store.py @@ -569,6 +569,11 @@ self.vfs = vfsmod.filtervfs(vfs, encodefilename) self.opener = self.vfs + # note: topfiles would also need a decode phase. It is just that in + # practice we do not have any file outside of `data/` that needs encoding. + # However that might change so we should probably add a test and encoding + # decoding for it too. see issue6548 + def datafiles(self, matcher=None): for t, a, b, size in super(encodedstore, self).datafiles(): try: