258:9402d145020d | 259:103969d5594b |
---|---|
629 " from the repository?"), | 629 " from the repository?"), |
630 files) | 630 files) |
631 | 631 |
632 if dlg.exec_() == QDialog.Accepted: | 632 if dlg.exec_() == QDialog.Accepted: |
633 self.vcs.hgForget(names) | 633 self.vcs.hgForget(names) |
634 | |
635 for fn in names: | |
636 self._updateVCSStatus(fn) |