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

  • Committer: John Arbash Meinel
  • Date: 2009-02-23 15:42:47 UTC
  • mto: This revision was merged to the branch mainline in revision 4033.
  • Revision ID: john@arbash-meinel.com-20090223154247-has31lzprui21glu
Track down a few more files that have trailing whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
531
531
            # already exists, but it should instead either remove it or make
532
532
            # a new backup directory.
533
533
            #
534
 
            # FIXME: bug 262450 -- the backup directory should have the same 
 
534
            # FIXME: bug 262450 -- the backup directory should have the same
535
535
            # permissions as the .bzr directory (probably a bug in copy_tree)
536
536
            old_path = self.root_transport.abspath('.bzr')
537
537
            new_path = self.root_transport.abspath('backup.bzr')
1725
1725
 
1726
1726
    def _initialize_on_transport_vfs(self, transport):
1727
1727
        """Initialize a new bzrdir using VFS calls.
1728
 
        
 
1728
 
1729
1729
        :param transport: The transport to create the .bzr directory in.
1730
1730
        :return: A
1731
1731
        """