Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24964510
D4014.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
387 B
Referenced Files
None
Subscribers
None
D4014.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D4014: Restrict Gerrit search to commit hash
Attached
Detach File
Event Timeline
Log In to Comment