Add stash apply action
This commit is contained in:
parent
4a11d9d4c6
commit
775425e8c7
10 changed files with 180 additions and 6 deletions
|
@ -424,6 +424,14 @@ impl GitRepository for FakeGitRepository {
|
|||
unimplemented!()
|
||||
}
|
||||
|
||||
fn stash_apply(
|
||||
&self,
|
||||
_index: Option<usize>,
|
||||
_env: Arc<HashMap<String, String>>,
|
||||
) -> BoxFuture<'_, Result<()>> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn stash_drop(
|
||||
&self,
|
||||
_index: Option<usize>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue