~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2006-03-24 10:18:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1626.
  • Revision ID: mbp@sourcefrog.net-20060324101822-35e1d0f4200875ac
typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
492
492
                        needed.append((new_transport,
493
493
                                       new_transport.relpath(transport.base)))
494
494
                        if new_transport.base == transport.base:
495
 
                            raise BzrCommandError("Could not creeate "
 
495
                            raise BzrCommandError("Could not create "
496
496
                                                  "path prefix.")
497
497
            dir_to = br_from.bzrdir.clone(location)
498
498
            br_to = dir_to.open_branch()