diff options
Diffstat (limited to 'cache/repo_cache.go')
-rw-r--r-- | cache/repo_cache.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/repo_cache.go b/cache/repo_cache.go index d8b14501..0d33494d 100644 --- a/cache/repo_cache.go +++ b/cache/repo_cache.go @@ -313,7 +313,7 @@ func (c *RepoCache) MergeAll(remote string) <-chan bug.MergeResult { id := result.Id switch result.Status { - case bug.MsgMergeNew, bug.MsgMergeUpdated: + case bug.MergeStatusNew, bug.MergeStatusUpdated: b := result.Bug snap := b.Compile() c.excerpts[id] = NewBugExcerpt(b, &snap) |