Lines Matching +full:extend +full:- +full:shallow
4 # Use of this source code is governed by a BSD-style license that can be
27 result.extend([os.path.join(root[len(dirname):], f) for f in files])
34 deps.extend(_get_all_files(f))
42 if filecmp.cmp(dest, f, shallow=False):
59 print('To avoid stale files you must use --clear when copying '
61 sys.exit(-1)
77 sys.exit(-1)
82 sys.exit(-1)
92 parser.add_option('--dest', help='Directory to copy files to.')
93 parser.add_option('--files', action='append',
95 parser.add_option('--clear', action='store_true',
99 parser.add_option('--stamp', help='Path to touch on success.')
100 parser.add_option('--renaming-sources',
104 parser.add_option('--renaming-destinations',
107 'number of elements must match rename-sources.')