Show More
@@ -313,7 +313,7 b' class cg1unpacker(object):' | |||||
313 | efiles = len(efiles) |
|
313 | efiles = len(efiles) | |
314 |
|
314 | |||
315 | if not cgnodes: |
|
315 | if not cgnodes: | |
316 | repo.ui.develwarn('applied empty changegroup', |
|
316 | repo.ui.develwarn('applied empty changelog from changegroup', | |
317 | config='warn-empty-changegroup') |
|
317 | config='warn-empty-changegroup') | |
318 | clend = len(cl) |
|
318 | clend = len(cl) | |
319 | changesets = clend - clstart |
|
319 | changesets = clend - clstart |
General Comments 0
You need to be logged in to leave comments.
Login now