/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_upgrade.py

  • Committer: Andrew Bennetts
  • Date: 2007-08-02 06:40:58 UTC
  • mfrom: (2666 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2668.
  • Revision ID: andrew.bennetts@canonical.com-20070802064058-09eblz1qbc01fcr3
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