~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-11 17:58:56 UTC
  • mto: This revision was merged to the branch mainline in revision 5662.
  • Revision ID: jelmer@samba.org-20110211175856-alncdirjmi75qr67
Add 'WorkingTreeFormat.missing_parent_conflicts' flag to use in tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1406
1406
 
1407
1407
class DirStateWorkingTreeFormat(WorkingTreeFormat3):
1408
1408
 
 
1409
    missing_parent_conflicts = True
 
1410
 
1409
1411
    def initialize(self, a_bzrdir, revision_id=None, from_branch=None,
1410
1412
                   accelerator_tree=None, hardlink=False):
1411
1413
        """See WorkingTreeFormat.initialize().