Function commits

Source
pub fn commits<P>(
    browser: &mut Browser<'_>,
    maybe_revision: Option<Revision<P>>,
) -> Result<Commits, Error>
where P: ToString,
Expand description

Retrieves the Commit history for the given revision.

§Errors

Will return Error if the project doesn’t exist or the surf interaction fails.