Show More
@@ -1773,7 +1773,7 b' class localrepository(repo.repository):' | |||||
1773 |
|
1773 | |||
1774 | # process the files |
|
1774 | # process the files | |
1775 | self.ui.status(_("adding file changes\n")) |
|
1775 | self.ui.status(_("adding file changes\n")) | |
1776 | pr.step = 'files' |
|
1776 | pr.step = _('files') | |
1777 | pr.count = 1 |
|
1777 | pr.count = 1 | |
1778 | pr.total = efiles |
|
1778 | pr.total = efiles | |
1779 | source.callback = None |
|
1779 | source.callback = None |
General Comments 0
You need to be logged in to leave comments.
Login now