equal
deleted
inserted
replaced
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]]]: |