Searched refs:buildfilelist (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 131 def buildfilelist(ws, parent, files): function 146 buildfilelist = util.cachefunc(buildfilelist) variable 372 filelist = buildfilelist(wslist[repo], opts.get('parent'), args) 406 filelist = buildfilelist(wslist[repo], opts.get('parent'), args) 442 filelist = buildfilelist(wslist[repo], opts.get('parent'), args) 491 filelist = buildfilelist(wslist[repo], opts.get('parent'), args) 523 filelist = buildfilelist(wslist[repo], opts.get('parent'), args) 558 filelist = buildfilelist(wslist[repo], opts.get('parent'), args) 588 filelist = buildfilelist(wslist[repo], opts.get('parent'), args) 619 filelist = buildfilelist(wslist[repo], opts.get('parent'), args) [all …]
|