~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2010-07-16 16:04:55 UTC
  • mto: This revision was merged to the branch mainline in revision 5351.
  • Revision ID: mbp@canonical.com-20100716160455-fj4fpxsgjw1uy3d6
Update parameter name

Show diffs side-by-side

added added

removed removed

Lines of Context:
801
801
            raise errors.BzrCommandError('--after cannot be specified with'
802
802
                                         ' --auto.')
803
803
        work_tree, file_list = WorkingTree.open_containing_paths(
804
 
            names_list, default_branch='.')
 
804
            names_list, default_directory='.')
805
805
        self.add_cleanup(work_tree.lock_tree_write().unlock)
806
806
        rename_map.RenameMap.guess_renames(work_tree, dry_run)
807
807