Searched refs:cmdutil (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py48 from mercurial import cmdutil, context, error, hg, node, patch, repair, util namespace
701 if hasattr(cmdutil, 'remoteui'):
702 ui = cmdutil.remoteui(ui, {})
971 cmdutil.match'''
980 return cmdutil.match(self.repo, pats, opts)
982 return cmdutil.matchfiles(self.repo, files)
984 return cmdutil.matchall(self.repo)
1036 matcher = cmdutil.matchall(self.repo)
1038 for ctx in cmdutil.walkchangerevs(self.repo, matcher, opts, prep):
1060 # See the docstring of mercurial.cmdutil
[all...]
H A DBackup.py77 from mercurial import changegroup, cmdutil, error, node, patch, util namespace
442 cmdutil.updatedir(self.ws.ui, self.ws.repo, files)
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py105 from mercurial import cmdutil, node, patch namespace
997 message = cmdutil.logmessage(opts) or ui.edit(comments, user)

Completed in 68 milliseconds