496
496
class TestCommitProgress(TestCaseWithWorkingTree):
498
498
def restoreDefaults(self):
499
499
ui.ui_factory = self.old_ui_factory
501
501
def test_commit_progress_steps(self):
503
503
# inventory, and then one for the inventory, and one for the
504
504
# inventory, and one for the revision insertions.
506
506
# 3 files, and alter one in a selected-file commit. This exercises
508
508
# selective commits which excludes newly added files.
509
509
tree = self.make_branch_and_tree('.')
510
510
self.build_tree(['a', 'b', 'c'])