Show More
@@ -353,7 +353,7 b' def uploadlfiles(ui, rsrc, rdst, files):' | |||||
353 | # XXX check for errors here |
|
353 | # XXX check for errors here | |
354 | store.put(source, hash) |
|
354 | store.put(source, hash) | |
355 | at += 1 |
|
355 | at += 1 | |
356 | ui.progress('uploading largefiles', None) |
|
356 | ui.progress(_('uploading largefiles'), None) | |
357 |
|
357 | |||
358 | def verifylfiles(ui, repo, all=False, contents=False): |
|
358 | def verifylfiles(ui, repo, all=False, contents=False): | |
359 | '''Verify that every big file revision in the current changeset |
|
359 | '''Verify that every big file revision in the current changeset |
General Comments 0
You need to be logged in to leave comments.
Login now