The newer/upper snapshot.
(self)
| 1256 | return await _ctx.execute(list[str]) |
| 1257 | |
| 1258 | def after(self) -> "Directory": |
| 1259 | """The newer/upper snapshot.""" |
| 1260 | _args: list[Arg] = [] |
| 1261 | _ctx = self._select("after", _args) |
| 1262 | return Directory(_ctx) |
| 1263 | |
| 1264 | def as_patch(self) -> "File": |
| 1265 | """Return a Git-compatible patch of the changes""" |