Skip to content
  • Yuya Nishihara's avatar
    typing: explicitly convert Mercurial exception to bytes · 24d12e6515c5
    Yuya Nishihara authored
    Suppresses pytype error:
    
      File "tortoisehg/hgqt/repowidget.py", line 804, in rollback: Function
      tortoisehg.util.hglib.tounicode was called with the wrong arguments
      [wrong-arg-types]
        Expected: (s: None)
        Actually passed: (s: mercurial.error.LookupError)
    24d12e6515c5