Skip to content

Commit 1ab0b8d

Browse files
committed
Trying a solution to the problem of comments not showing up after merging ticgit branches
1 parent e5d4729 commit 1ab0b8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/ticgit/base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def ticket_list(options = {})
174174
# returns single Ticket
175175
def ticket_show(ticket_id = nil)
176176
# ticket_id can be index of last_tickets, partial sha or nil => last ticket
177+
reset_ticgit
177178
if t = ticket_revparse(ticket_id)
178179
return TicGit::Ticket.open(self, t, @tickets[t])
179180
end

0 commit comments

Comments
 (0)