/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/tests/test_dirstate.py

  • Committer: Jelmer Vernooij
  • Date: 2018-05-22 02:05:12 UTC
  • mto: (6973.12.2 python3-k)
  • mto: This revision was merged to the branch mainline in revision 6992.
  • Revision ID: jelmer@jelmer.uk-20180522020512-btpj2jchdlehi3en
Add more bees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
974
974
        # in case the default tree format uses a different root id
975
975
        mt.set_root_id(b'TREE_ROOT')
976
976
        mt.commit('foo', rev_id=b'parent-revid')
977
 
        rt = mt.branch.repository.revision_tree('parent-revid')
 
977
        rt = mt.branch.repository.revision_tree(b'parent-revid')
978
978
        state = dirstate.DirState.initialize('dirstate')
979
979
        state._validate()
980
980
        try: