Show More
@@ -304,7 +304,7 b' def consumev1(repo, fp, filecount, bytec' | |||
|
304 | 304 | repo.ui.progress(_('clone'), 0, total=bytecount) |
|
305 | 305 | start = time.time() |
|
306 | 306 | |
|
307 |
tr = repo.transaction( |
|
|
307 | tr = repo.transaction('clone') | |
|
308 | 308 | try: |
|
309 | 309 | for i in xrange(filecount): |
|
310 | 310 | # XXX doesn't support '\n' or '\r' in filenames |
General Comments 0
You need to be logged in to leave comments.
Login now