From 08dd179650167f73ef9bf2c374e00b956f9d7a30 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 27 2015 10:10:53 +0000 Subject: Rename get_pull_requests into search_pull_requests to be consistent in namings --- diff --git a/progit/lib/__init__.py b/progit/lib/__init__.py index e0474f2..1ee5d84 100644 --- a/progit/lib/__init__.py +++ b/progit/lib/__init__.py @@ -781,7 +781,7 @@ def get_tag(session, tag): return query.first() -def get_pull_requests( +def search_pull_requests( session, requestid=None, project_id=None, project_id_from=None, status=None): ''' Retrieve the specified issue