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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-07-30 21:30:59 UTC
  • mfrom: (3585.2.4 150438)
  • Revision ID: pqm@pqm.ubuntu.com-20080730213059-hcremsawwvcqjcj1
(robertc) Fix bug 150438 - dirstate corruption due to invalid
        inventory delta objects. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2138
2138
            tree = workingtree.WorkingTree.open(root_path)
2139
2139
        if not isinstance(path, basestring):
2140
2140
            for p in path:
2141
 
                self.assertInWorkingTree(p,tree=tree)
 
2141
                self.assertInWorkingTree(p, tree=tree)
2142
2142
        else:
2143
2143
            self.assertIsNot(tree.path2id(path), None,
2144
2144
                path+' not in working tree.')