##// END OF EJS Templates
scm: git: fix tests fail when extra_info is nil (#12409)...
Toshi MARUYAMA -
r10630:f6367b8ba744
parent child
Show More
@@ -257,6 +257,7 class Repository::Git < Repository
257 257 end
258 258
259 259 def clear_extra_info_of_changesets
260 return if extra_info.nil?
260 261 v = extra_info["extra_report_last_commit"]
261 262 write_attribute(:extra_info, nil)
262 263 h = {}
General Comments 0
You need to be logged in to leave comments. Login now