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

/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py152 def not_check(repo, cmd):
158 # repo root), whereas the check commands get paths relative to the cwd.
165 cpath = scmutil.canonpath(repo.root, repo.getcwd(), path)
167 cpath = util.canonpath(repo.root, repo.getcwd(), path)
173 for f in [repo.join('cdm/%s.NOT' % cmd),
174 repo.wjoin('exception_lists/%s' % cmd)]:
179 ign = ignore.ignore(repo.root, ignorefiles, repo
[all...]
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py62 from mercurial import repo, revlog namespace
63 HgRepoError = repo.RepoError
353 yield (name, self.ws.repo.lookup(nd), local)
358 if os.path.exists(self.ws.repo.join('localtags')):
359 fh = self.ws.repo.opener('localtags')
449 context.memctx.__init__(self, active.ws.repo, parents, message,
471 self.repo = repository
472 self.ui = self.repo.ui
473 self.name = self.repo.root
512 heads = self.repo
[all...]
H A DBackup.py118 nodes = self.ws.repo.changelog.nodesbetween(outgoing)[0]
136 cg = self.ws.repo.changegroup(out, 'bundle')
162 self.ws.repo.addchangegroup(bundle, 'strip',
298 self.ws.repo.changelog.lookup(n)
333 fuzz = patch.patch(ui=self.ws.ui, repo=self.ws.repo,
337 cwd=self.ws.repo.root, files=files)
345 scmutil.updatedir(self.ws.ui, self.ws.repo, files)
347 cmdutil.updatedir(self.ws.ui, self.ws.repo, files)
349 patch.updatedir(self.ws.ui, self.ws.repo, file
[all...]
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dcommon.ksh58 f_set_sysrepo_prop_fail=$(gettext "Unable to set the use-system-repo property.")
867 # Set the use-system-repo property.
868 $PKG -R "${zone.root}" set-property use-system-repo true ||

Completed in 52 milliseconds