Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/localrepo.py @ 14756:fdcf6f09b68d stable
localrepo: mark progress step for translation
author | Wagner Bruna <wbruna@yahoo.com> |
---|---|
date | Sun, 26 Jun 2011 15:47:39 -0300 |
parents | 001788ef4bbb |
children | de9eb6b1da4f |
comparison
equal
deleted
inserted
replaced
14755:6ba51c81ff75 | 14756:fdcf6f09b68d |
---|---|
1771 for f, n in mfest.iteritems(): | 1771 for f, n in mfest.iteritems(): |
1772 needfiles.setdefault(f, set()).add(n) | 1772 needfiles.setdefault(f, set()).add(n) |
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 |
1780 | 1780 |
1781 while True: | 1781 while True: |