mercurial/localrepo.py
branchstable
changeset 14756 fdcf6f09b68d
parent 14646 001788ef4bbb
child 14825 de9eb6b1da4f
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: