Home
last modified time | relevance | path

Searched refs:hg_commands (Results 1 – 1 of 1) sorted by relevance

/external/regex-re2/lib/codereview/
Dcodereview.py61 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)
[all …]