We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dae60e commit e595a13Copy full SHA for e595a13
src/patch/revspec.rs
@@ -332,7 +332,6 @@ impl SingleRevisionSpec {
332
SingleRevisionSpec::PatchAndGitLike(patch_like, git_like) => {
333
patch_like.resolve_object(repo, stack).or_else(|e| {
334
repo.rev_parse_single_ex(git_like)
335
- .map_err(anyhow::Error::from)
336
.and_then(|id| id.object().map_err(anyhow::Error::from))
337
.map_err(|_| e)
338
})?
0 commit comments