pub fn build_marks<P: AsRef<Path>, S: BuildHasher>(
authors: Option<HashMap<String, String, S>>,
hg_repo: P,
git_repo: P,
offset: Option<usize>,
backup: bool,
) -> Result<(), ErrorKind>Expand description
Build or update marks.
Useful if target Git repository was updated.