~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_push.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-02 18:01:05 UTC
  • mfrom: (4724.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091002180105-oeomf71t7l9gpv6g
(vila) Add a --strict option to dpush

Show diffs side-by-side

added added

removed removed

Lines of Context:
695
695
 
696
696
    def setUp(self):
697
697
        super(TestPushStrictWithChanges, self).setUp()
 
698
        # Apply the changes defined in load_tests: one of _uncommitted_changes,
 
699
        # _pending_merges or _out_of_sync_trees
698
700
        getattr(self, self._changes_type)()
699
701
 
700
702
    def _uncommitted_changes(self):