~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

Restore dirstate to all tests passing condition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1101
1101
    file_trans_id = {}
1102
1102
    top_pb = bzrlib.ui.ui_factory.nested_progress_bar()
1103
1103
    pp = ProgressPhase("Build phase", 2, top_pb)
1104
 
    if tree.inventory.root is not None:
1105
 
        wt.set_root_id(tree.inventory.root.file_id)
 
1104
#    if tree.inventory.root is not None:
 
1105
#        wt.set_root_id(tree.inventory.root.file_id)
1106
1106
    tt = TreeTransform(wt)
1107
1107
    divert = set()
1108
1108
    try: