Lines Matching refs:hg_commands
61 from mercurial import commands as hg_commands unknown
718 if hg_commands.remove(ui, repo, 'path:'+f) != 0:
723 if hg_commands.add(ui, repo, 'path:'+f) != 0:
1089 hg_commands.status(ui, repo, *pats, **opts)
1110 hg_commands.heads(ui, repo)
1133 ret = hg_commands.incoming(ui, repo, force=False, bundle="")
1143 ret = hg_commands.log(ui, repo, **opts)
1150 ret = hg_commands.outgoing(ui, repo, **opts)
1159 err = hg_commands.pull(ui, repo, **opts)
1178 err = hg_commands.push(ui, repo, **opts)
1185 return hg_commands.commit(ui, repo, *pats, **opts)
2171 ] + hg_commands.walkopts,
2187 ] + hg_commands.walkopts + hg_commands.commitopts + hg_commands.commitopts2,
3442 ret = hg_commands.status(fui, self.repo, *[], **{'rev': [rev], 'copies': True})