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

  • Committer: Andrew Bennetts
  • Date: 2006-11-21 08:16:46 UTC
  • mfrom: (2145 +trunk)
  • mto: (2018.8.1 split smart)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: andrew.bennetts@canonical.com-20061121081646-ef6a49ad44bf2f9b
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
960
960
      it is silently replaced.
961
961
    - Otherwise, conflict resolution will move the old file to 'oldname.moved'.
962
962
    """
963
 
    assert 2 > len(wt.inventory)
 
963
    if len(wt.inventory) > 1:  # more than just a root
 
964
        raise errors.WorkingTreeAlreadyPopulated(base=wt.basedir)
964
965
    file_trans_id = {}
965
966
    top_pb = bzrlib.ui.ui_factory.nested_progress_bar()
966
967
    pp = ProgressPhase("Build phase", 2, top_pb)