wily icon indicating copy to clipboard operation
wily copied to clipboard

Add annotation supporting methods to GitArchiver

Open devdanzin opened this issue 1 year ago • 1 comments

This PR adds GitArchiver.is_data_outdated() (which checks whether a file in the working directory and on a given revision have diverged) and GitArchiver..get_file_contents() (which allows fetching the contents of a file in a given revision) to support source annotation. Also adds simple tests.

devdanzin avatar Sep 28 '23 14:09 devdanzin