##// END OF EJS Templates
recover: only apply last journal record per file (issue6423)...
recover: only apply last journal record per file (issue6423) This got broken in 2019 when the size check was introduced. It is most noticable when dealing with transactions that involve an inline to non-inline revlog storage transaction. It wasn't seen as much at the time because the in-memory journal actually de-duplicated the entry implicity, but since 63edc384d3b7 the on-disk journal is used for rollback as well as recover. Differential Revision: https://phab.mercurial-scm.org/D10726

File last commit:

r48055:1766130f default
r48061:672f48cf default
Show More
dirstate_tree.rs
5 lines | 97 B | application/rls-services+xml | RustLexer
pub mod dirstate_map;
pub mod dispatch;
pub mod on_disk;
pub mod path_with_basename;
mod status;