~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/test_rspush.py

  • Committer: Aaron Bentley
  • Date: 2007-11-29 15:44:09 UTC
  • Revision ID: abentley@panoramicfeedback.com-20071129154409-egjkcmsut6lv87r4
Fix old format name

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        rspush(tree, 'example.org:foo', working_tree = False,
44
44
               _rsync=mock_rsync)
45
45
        tree2 = self.make_branch_and_tree('tree2',
46
 
                                          format='knitpack-experimental')
 
46
                                          format='pack-0.92')
47
47
        rspush(tree2, 'example.org:foo', _rsync=mock_rsync)
48
48
 
49
49
    def test_refuse_lightweight_checkout(self):