pub fn show_file(reference: &str, path: &str) -> Result<Option<String>>
Get the contents of path (relative to the current directory) at reference, or None if the file does not exist at that revision.
path
reference
None