Searched refs:WorkSpace (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/tools/onbld/Scm/
H A DMakefile33 WorkSpace.py
H A DWorkSpace.py422 Part of the WorkSpace.squishdeltas implementation.'''
468 class WorkSpace(object): class in inherits:object
H A DBackup.py63 from onbld.Scm.WorkSpace import HgLookupError
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py107 from onbld.Scm.WorkSpace import ActiveEntry, WorkSpace namespace
200 # Adding a reference to WorkSpace from a repo causes a circular reference
201 # repo <-> WorkSpace.
203 # This prevents repo, WorkSpace and members thereof from being garbage
208 # Instead, we hold the repo->WorkSpace association in a dictionary, breaking
216 wslist[repo] = WorkSpace(repo)

Completed in 26 milliseconds