aboutsummaryrefslogtreecommitdiffstats
path: root/bug
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-12-25 11:38:01 +0100
committerMichael Muré <batolettre@gmail.com>2021-02-14 12:19:00 +0100
commit4ef92efeb905102d37b81fafa0ac2173594ef30a (patch)
tree9112ed2b1ed8840634d865fc636def3880d12a4b /bug
parent51ece149089f9075d3d6ba1bb09fda726efde8ad (diff)
downloadgit-bug-4ef92efeb905102d37b81fafa0ac2173594ef30a.tar.gz
entity: total ordering of operations
Diffstat (limited to 'bug')
-rw-r--r--bug/bug_actions.go1
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