D7752: fsmonitor: drop an unused local variable

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Mon Dec 30 08:31:57 EST 2019


Closed by commit rHG3622f4fafd35: fsmonitor: drop an unused local variable (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7752?vs=18983&id=19012

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

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

AFFECTED FILES
  hgext/fsmonitor/pywatchman/capabilities.py

CHANGE DETAILS

diff --git a/hgext/fsmonitor/pywatchman/capabilities.py b/hgext/fsmonitor/pywatchman/capabilities.py
--- a/hgext/fsmonitor/pywatchman/capabilities.py
+++ b/hgext/fsmonitor/pywatchman/capabilities.py
@@ -62,7 +62,7 @@
     vers["capabilities"] = {}
     for name in opts["optional"]:
         vers["capabilities"][name] = check(parsed_version, name)
-    failed = False  # noqa: F841 T25377293 Grandfathered in
+
     for name in opts["required"]:
         have = check(parsed_version, name)
         vers["capabilities"][name] = have



To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list