mercurial/branchmap.py
changeset 44306 a0ec05d93c8e
parent 43773 7b14d649af1b
child 44452 9d2b2df2c2ba
equal deleted inserted replaced
44305:d8d4fa9a7f18 44306:a0ec05d93c8e
   289                 repo.ui.debug(
   289                 repo.ui.debug(
   290                     msg
   290                     msg
   291                     % (
   291                     % (
   292                         _branchcachedesc(repo),
   292                         _branchcachedesc(repo),
   293                         pycompat.bytestr(
   293                         pycompat.bytestr(
   294                             inst  # pytype: disable=wrong-arg-types
   294                             inst
   295                         ),
   295                         ),  # pytype: disable=wrong-arg-types
   296                     )
   296                     )
   297                 )
   297                 )
   298             bcache = None
   298             bcache = None
   299 
   299 
   300         finally:
   300         finally: