~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

[merge] win32 fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from bzrlib.osutils import quotefn
25
25
 
26
26
def glob_expand_for_win32(file_list):
 
27
    if not file_list:
 
28
        return
27
29
    import glob
28
30
    expanded_file_list = []
29
31
    for possible_glob in file_list: