Encode the history deltas identified by `revs` and append them to the history file. `revs` comes from `Session::retire` in append order, which is a valid replay order, so a direct per-rev lookup preserves replay order without scanning the whole history.
(&mut self, revs: &[Rev])
source not stored for this graph (policy: none)
no test coverage detected