Searched defs:scmutil (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py67 from mercurial import scmutil namespace
345 scmutil.updatedir(self.ws.ui, self.ws.repo, files)
H A DWorkSpace.py73 # Mercurial 1.9 moves the match*() methods into scmutil.
76 from mercurial import scmutil namespace
663 matchfunc = scmutil.match(self.repo[None], pats, opts)
886 matcher = scmutil.matchall(self.repo)
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py105 from mercurial import scmutil namespace
165 cpath = scmutil.canonpath(repo.root, repo.getcwd(), path)

Completed in 46 milliseconds