/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_info.py

  • Committer: Martin Pool
  • Date: 2007-11-26 02:05:38 UTC
  • mfrom: (3017 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3024.
  • Revision ID: mbp@sourcefrog.net-20071126020538-ho1z20x9qrvk1b61
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
                continue
140
140
            expected = None
141
141
            if key in ('dirstate', 'dirstate-tags', 'dirstate-with-subtree',
142
 
                'pack0.92', 'pack0.92-subtree',):
143
 
                expected = 'dirstate or dirstate-tags or pack0.92'
 
142
                'pack-0.92', 'pack-0.92-subtree', 'rich-root'):
 
143
                expected = 'dirstate or dirstate-tags or pack-0.92 or rich-root'
144
144
            if key in ('knit', 'metaweave'):
145
145
                expected = 'knit or metaweave'
146
146
            self.assertCheckoutDescription(key, expected)