~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2006-06-12 01:53:19 UTC
  • mto: (1558.16.3 revert-missing)
  • mto: This revision was merged to the branch mainline in revision 1767.
  • Revision ID: jelmer@samba.org-20060612015319-bed212cff7f6aaf9
Revert some of my spelling fixes and fix some typos after review by Aaron.

Show diffs side-by-side

added added

removed removed

Lines of Context:
607
607
            result.create_repository()
608
608
        elif source_repository is not None and result_repo is None:
609
609
            # have source, and want to make a new target repo
610
 
            # we dont clone the repo because that preserves attributes
 
610
            # we don't clone the repo because that preserves attributes
611
611
            # like is_shared(), and we have not yet implemented a 
612
612
            # repository sprout().
613
613
            result_repo = result.create_repository()
1002
1002
        # mode from the root directory
1003
1003
        temp_control = LockableFiles(transport, '', TransportLock)
1004
1004
        temp_control._transport.mkdir('.bzr',
1005
 
                                      # FIXME: RBC 20060121 dont peek under
 
1005
                                      # FIXME: RBC 20060121 don't peek under
1006
1006
                                      # the covers
1007
1007
                                      mode=temp_control._dir_mode)
1008
1008
        file_mode = temp_control._file_mode