[Updated] D11243: remotefilelog: fix what looks like a wrong refactoring
valentin.gatienbaron (Valentin Gatien-Baron)
phabricator at mercurial-scm.org
Wed Aug 4 20:43:30 UTC 2021
Closed by commit rHG6802422a1ae0: remotefilelog: fix what looks like a wrong refactoring (authored by valentin.gatienbaron).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11243?vs=29776&id=29796
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11243/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11243
AFFECTED FILES
hgext/remotefilelog/remotefilelogserver.py
CHANGE DETAILS
diff --git a/hgext/remotefilelog/remotefilelogserver.py b/hgext/remotefilelog/remotefilelogserver.py
--- a/hgext/remotefilelog/remotefilelogserver.py
+++ b/hgext/remotefilelog/remotefilelogserver.py
@@ -186,7 +186,7 @@
yield (t, u, e, s)
for x in repo.store.topfiles():
- if state.noflatmf and x[0][:11] == b'00manifest.':
+ if state.noflatmf and x[1][:11] == b'00manifest.':
continue
yield x
To: valentin.gatienbaron, #hg-reviewers, pulkit, marmoute
Cc: marmoute, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210804/ba21aa27/attachment-0002.html>
More information about the Mercurial-patches
mailing list