[Commented On] D10616: statichttp: add the missing `features` attribute

baymax (Baymax, Your Personal Patch-care Companion) phabricator at mercurial-scm.org
Tue May 11 18:19:39 UTC 2021


baymax added a comment.
baymax updated this revision to Diff 27862.


  ✅ refresh by Heptapod after a successful CI run (🐙 💚)

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D10616?vs=27531&id=27862

BRANCH
  default

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D10616/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D10616

AFFECTED FILES
  mercurial/statichttprepo.py

CHANGE DETAILS

diff --git a/mercurial/statichttprepo.py b/mercurial/statichttprepo.py
--- a/mercurial/statichttprepo.py
+++ b/mercurial/statichttprepo.py
@@ -177,6 +177,7 @@
         self.filtername = None
         self._extrafilterid = None
         self._wanted_sidedata = set()
+        self.features = set()
 
         try:
             requirements = set(self.vfs.read(b'requires').splitlines())



To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210511/3d3c83af/attachment-0002.html>


More information about the Mercurial-patches mailing list