~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_upgrade.py

  • Committer: Aaron Bentley
  • Date: 2007-08-06 22:26:54 UTC
  • mfrom: (2665 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2733.
  • Revision ID: aaron.bentley@utoronto.ca-20070806222654-a96j4mysnih1ha8x
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        # 'dir-20051005095101-da1441ea3fa6917a'
128
128
        self.assertNotEqual(
129
129
            [],
130
 
            repo.text_store.get_weave(
 
130
            repo.weave_store.get_weave(
131
131
                'dir-20051005095101-da1441ea3fa6917a',
132
132
                repo.get_transaction()))
133
133