hgext/extdiff.py
changeset 52645 4cb75772818d
parent 52019 d1b54c152673
equal deleted inserted replaced
52644:e627cc25b6f3 52645:4cb75772818d
   162 # leave the attribute unspecified.
   162 # leave the attribute unspecified.
   163 testedwith = b'ships-with-hg-core'
   163 testedwith = b'ships-with-hg-core'
   164 
   164 
   165 
   165 
   166 def snapshot(
   166 def snapshot(
   167     ui: "uimod.ui",
   167     ui: uimod.ui,
   168     repo: "localrepo.localrepository",
   168     repo: localrepo.localrepository,
   169     files,
   169     files,
   170     node: Optional[bytes],
   170     node: Optional[bytes],
   171     tmproot: bytes,
   171     tmproot: bytes,
   172     listsubrepos: bool,
   172     listsubrepos: bool,
   173 ) -> Tuple[bytes, List[Tuple[bytes, bytes, os.stat_result]]]:
   173 ) -> Tuple[bytes, List[Tuple[bytes, bytes, os.stat_result]]]: