Searched refs:wslist (Results 1 – 1 of 1) sorted by relevance
205 wslist = {} variable209 if repo.local() and repo not in wslist:210 wslist[repo] = WorkSpace(repo)243 act = wslist[repo].active(opts.get('parent'))252 matchfunc = wslist[repo].matcher(pats=pats, opts=opts)254 matchfunc = wslist[repo].matcher(files=act.files())257 diffs = wslist[repo].diff(act.parenttip.node(), act.localtip.node(),282 act = wslist[repo].active(opts['parent'])311 act = wslist[repo].active(parent)319 act = wslist[repo].active(parent)[all …]