~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

(jam) Fix bugs (#425510, #426410, #194450),
        add a custom win32 command line parser.

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)