##// END OF EJS Templates
rust: Rename the `Revlog::get_node_rev` method to `rev_from_node`...
rust: Rename the `Revlog::get_node_rev` method to `rev_from_node` This better describes the input and outputs of this method. Also rewrite the doc-comment, which seemed to have been left from copy-paste of another method. Differential Revision: https://phab.mercurial-scm.org/D11415

File last commit:

r48766:4afd6cc4 default
r48782:6f579618 default
Show More
dirstate_tree.rs
7 lines | 138 B | application/rls-services+xml | RustLexer
pub mod dirstate_map;
pub mod dispatch;
pub mod on_disk;
pub mod owning;
mod owning_dispatch;
pub mod path_with_basename;
pub mod status;