Page MenuHomeDevCentral

D4014.diff
No OneTemporary

D4014.diff

diff --git a/src/resolvehash/vcs/gerrit.py b/src/resolvehash/vcs/gerrit.py
--- a/src/resolvehash/vcs/gerrit.py
+++ b/src/resolvehash/vcs/gerrit.py
@@ -12,7 +12,7 @@
def query_gerrit_instance(instance, commit_hash):
- url = instance + "changes/?q=" + commit_hash
+ url = instance + "changes/?q=commit:" + commit_hash
r = requests.get(url)
if r.status_code != 200:

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 22, 19:21 (19 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3554228
Default Alt Text
D4014.diff (387 B)

Event Timeline