diff options
author | Michael Muré <batolettre@gmail.com> | 2020-12-25 11:38:01 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-02-14 12:19:00 +0100 |
commit | 4ef92efeb905102d37b81fafa0ac2173594ef30a (patch) | |
tree | 9112ed2b1ed8840634d865fc636def3880d12a4b /bug/bug_actions.go | |
parent | 51ece149089f9075d3d6ba1bb09fda726efde8ad (diff) | |
download | git-bug-4ef92efeb905102d37b81fafa0ac2173594ef30a.tar.gz |
entity: total ordering of operations
Diffstat (limited to 'bug/bug_actions.go')
-rw-r--r-- | bug/bug_actions.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bug/bug_actions.go b/bug/bug_actions.go index 21ce3733..aa82356d 100644 --- a/bug/bug_actions.go +++ b/bug/bug_actions.go @@ -68,7 +68,6 @@ func MergeAll(repo repository.ClockedRepo, remote string) <-chan entity.MergeRes remoteRefSpec := fmt.Sprintf(bugsRemoteRefPattern, remote) remoteRefs, err := repo.ListRefs(remoteRefSpec) - if err != nil { out <- entity.MergeResult{Err: err} return |