mercurial/branchmap.py
branchstable
changeset 46685 799973a44c82
parent 46254 c4b792fa109e
child 46794 e2f7b2695ba1
equal deleted inserted replaced
46684:98c816e89fac 46685:799973a44c82
   297                 msg = b'invalid %s: %s\n'
   297                 msg = b'invalid %s: %s\n'
   298                 repo.ui.debug(
   298                 repo.ui.debug(
   299                     msg
   299                     msg
   300                     % (
   300                     % (
   301                         _branchcachedesc(repo),
   301                         _branchcachedesc(repo),
   302                         pycompat.bytestr(
   302                         stringutil.forcebytestr(inst),
   303                             inst
       
   304                         ),  # pytype: disable=wrong-arg-types
       
   305                     )
   303                     )
   306                 )
   304                 )
   307             bcache = None
   305             bcache = None
   308 
   306 
   309         finally:
   307         finally: