~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_info.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-26 15:13:29 UTC
  • mfrom: (2996.2.13 rich-root)
  • Revision ID: pqm@pqm.ubuntu.com-20071126151329-pnmm49obwettpwcd
Introduce rich-root-pack format

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
 
                'pack-0.92', 'pack-0.92-subtree', 'rich-root'):
143
 
                expected = 'dirstate or dirstate-tags or pack-0.92 or rich-root'
 
142
                'pack-0.92', 'pack-0.92-subtree', 'rich-root',
 
143
                'rich-root-pack'):
 
144
                expected = 'dirstate or dirstate-tags or pack-0.92 or'\
 
145
                    ' rich-root or rich-root-pack'
144
146
            if key in ('knit', 'metaweave'):
145
147
                expected = 'knit or metaweave'
146
148
            self.assertCheckoutDescription(key, expected)