@@ -108,7 +108,8 class Repository::Git < Repository | |||
|
108 | 108 | def fetch_changesets |
|
109 | 109 | scm_brs = branches |
|
110 | 110 | return if scm_brs.nil? || scm_brs.empty? |
|
111 | h = extra_info || {} | |
|
111 | h1 = extra_info || {} | |
|
112 | h = h1.dup | |
|
112 | 113 | h["branches"] ||= {} |
|
113 | 114 | h["db_consistent"] ||= {} |
|
114 | 115 | if changesets.count == 0 |
General Comments 0
You need to be logged in to leave comments.
Login now