Searched refs:repo (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 149 def not_check(repo, cmd): argument 161 cpath = util.canonpath(repo.root, repo.getcwd(), path) 167 for f in [repo.join('cdm/%s.NOT' % cmd), 168 repo.wjoin('exception_lists/%s' % cmd)]: 173 ign = Ignore.ignore(repo.root, ignorefiles) 208 def reposetup(ui, repo): argument 209 if repo.local() and repo not in wslist: 210 wslist[repo] = WorkSpace(repo) 217 def pbconfirm(ui, repo, hooktype, source): argument 232 def cdm_pdiffs(ui, repo, *pats, **opts): argument [all …]
|
/titanic_41/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 163 if f not in self.parenttip and f not in self.ws.repo.dirstate: 349 yield (name, self.ws.repo.lookup(nd), local) 354 if os.path.exists(self.ws.repo.join('localtags')): 355 fh = self.ws.repo.opener('localtags') 462 self._repo = ws.repo 571 context.memctx.__init__(self, active.ws.repo, parents, message, 593 self.repo = repository 594 self.ui = self.repo.ui 595 self.name = self.repo.root 630 heads = self.repo.heads(start=wctx.parents()[0].node()) [all …]
|
H A D | Backup.py | 221 nodes = self.ws.repo.changelog.nodesbetween(outgoing)[0] 239 cg = self.ws.repo.changegroup(out, 'bundle') 269 self.ws.repo.addchangegroup(bundle, 'strip', 404 self.ws.repo.changelog.lookup(n) 434 cwd=self.ws.repo.root, files=files) 442 cmdutil.updatedir(self.ws.ui, self.ws.repo, files) 444 patch.updatedir(self.ws.ui, self.ws.repo, files) 535 zip(self.files, map(self.ws.repo.join, self.files))) 571 wfile = self.ws.repo.join(fname) 595 tar.extract(elt, path=self.ws.repo.path) [all …]
|
/titanic_41/usr/src/cmd/svc/configd/ |
H A D | restore_repository.sh | 242 repo="$myroot$repositorydir/$repository.db" 243 new="$repo"_old_"`date +%Y''%m''%d'_'%H''%M''%S`" 251 if [ -r $repo ]; then 253 $repo 267 -- copied --> $repo 310 if [ -r "$repo" ]; then 311 echo "$repo" 313 if mv $repo $new; then 327 mv -f $new $repo 334 echo " -- copied --> $repo" [all …]
|
/titanic_41/usr/src/pkg/ |
H A D | Makefile | 417 pkgrepo refresh -s $(PKGDEST)/repo.$$r; \ 429 publish_pkgs: $(REPOS:%=$(PKGDEST)/repo.%) $(PDIR)/gendeps .WAIT $(PUB_PKGS) 441 $(REPOS:%=$(PKGDEST)/repo.%): 552 pkgsend -s file://$(PKGDEST)/repo.$$r publish \
|
H A D | README.pkg | 46 $CODEMGR_WS/packages/$MACH/nightly[-nd]/repo.redist 158 /usr/lib/pkg.depotd -d repo.redist -p <port> &
|
/titanic_41/usr/src/tools/scripts/ |
H A D | onu.sh | 205 redistdir=$repodir/repo.redist
|
H A D | webrev.sh | 2357 repo=${line#Repository Root: }
|