Lines Matching refs:wslist
211 wslist = {}
215 if repo.local() and repo not in wslist:
216 wslist[repo] = WorkSpace(repo)
256 diffs = wslist[repo].pdiff(pats, opts, parent=parent)
293 act = wslist[repo].active(opts['parent'])
324 act = wslist[repo].active(parent)
334 act = wslist[repo].active(parent)
342 act = wslist[repo].active(parent)
358 act = wslist[repo].active(parent)
373 active = wslist[repo].active(opts.get('parent'))
396 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
432 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
481 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
513 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
548 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
578 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
609 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
644 active = wslist[repo].active(opts.get('parent'))
649 tfile = wslist[repo].filepath('.hgtags')
676 parents = set([x.node() for x in wslist[repo].workingctx().parents()])
742 parent = wslist[repo].parent(opts.get('parent'))
743 active = wslist[repo].active(parent)
768 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
797 st = wslist[repo].modified()
809 active = wslist[repo].active(opts.get('parent'))
878 return run_checks(wslist[repo], cmds, *args, **opts)
929 return run_checks(wslist[repo], cmds, **opts)
961 ws = wslist[repo]
1093 act = wslist[repo].active(opts['parent'])
1110 act = wslist[repo].active(opts['parent'])
1316 bk = CdmBackup(ui, wslist[repo], name)
1350 abort_if_dirty(wslist[repo])
1364 bk = CdmBackup(ui, wslist[repo], backup)