Commit 85cdd0d
authored
Tap: bugfix for desynchronized repos (#1336)
This fixes the issue that was getting repos into a "desynchronized"
state. I was accidentally using `r.Commit`, not realizing that it
created a new commit, not return the existing commit details. This would
cause us to store & compare incorrect, locally-generated revs rather
than the rev from the commit message and subsequently end up skipping
valid commits, thinking they were an old rev.
Resolves #13151 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
| 197 | + | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments