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

  • Committer: John Arbash Meinel
  • Date: 2009-11-04 22:32:13 UTC
  • mto: This revision was merged to the branch mainline in revision 4787.
  • Revision ID: john@arbash-meinel.com-20091104223213-foo7qmu39b26zdac
Deprecate _maybe_expand_globs and remove calls to it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
655
655
        if base_tree:
656
656
            base_tree.lock_read()
657
657
        try:
658
 
            file_list = self._maybe_expand_globs(file_list)
659
658
            tree, file_list = tree_files_for_add(file_list)
660
659
            added, ignored = tree.smart_add(file_list, not
661
660
                no_recurse, action=action, save=not dry_run)