Home | History | Annotate | Download | only in webapp

Lines Matching full:patches

67                 files, locales, patches):
82 patches: An array of strings listing patch files to be applied to the
85 'git diff -p' works relative to the src/ directory, patches
179 for patch in patches:
308 '<other files...> [--patches <patches...>] '
315 patches = []
317 if arg == '--locales' or arg == '--patches':
321 elif arg_type == '--patches':
322 patches.append(arg)
327 sys.argv[5], sys.argv[6], files, locales, patches)