Skip to content

Commit

Permalink
Add revspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Feb 19, 2025
1 parent ac302ec commit 15b6901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub mod location;
pub mod lockdir;
pub mod progress;
pub mod repository;
pub mod revspec;
pub mod tags;
pub mod trace;

Expand Down
4 changes: 4 additions & 0 deletions src/revspec.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/// A parsed revision specification.
pub impl RevisionSpec {}

pub struct RevisionInfo {}

0 comments on commit 15b6901

Please sign in to comment.