/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 breezy/plugins/weave_fmt/test_bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2018-08-08 02:14:32 UTC
  • mfrom: (7063 work)
  • mto: This revision was merged to the branch mainline in revision 7065.
  • Revision ID: jelmer@jelmer.uk-20180808021432-nomib3je4cu2xqkm
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
402
402
        self.addCleanup(repo.unlock)
403
403
        text_keys = repo.texts.keys()
404
404
        dir_keys = [key for key in text_keys if key[0] ==
405
 
                'dir-20051005095101-da1441ea3fa6917a']
 
405
                b'dir-20051005095101-da1441ea3fa6917a']
406
406
        self.assertNotEqual([], dir_keys)
407
407
 
408
408
    def test_upgrade_to_meta_sets_workingtree_last_revision(self):