Home
last modified time | relevance | path

Searched refs:hg_commands (Results 1 – 2 of 2) 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 …]
/external/chromium_org/third_party/re2/lib/codereview/
Dcodereview.py61 from mercurial import commands as hg_commands unknown
721 if hg_commands.remove(ui, repo, 'path:'+f) != 0:
726 if hg_commands.add(ui, repo, 'path:'+f) != 0:
1092 hg_commands.status(ui, repo, *pats, **opts)
1113 hg_commands.heads(ui, repo)
1136 ret = hg_commands.incoming(ui, repo, force=False, bundle="")
1146 ret = hg_commands.log(ui, repo, **opts)
1153 ret = hg_commands.outgoing(ui, repo, **opts)
1162 err = hg_commands.pull(ui, repo, **opts)
1181 err = hg_commands.push(ui, repo, **opts)
[all …]