Loading tools/repopick.py +2 −2 Original line number Diff line number Diff line Loading @@ -222,8 +222,8 @@ for change in args.change_number: status = data['status'] current_revision = data['revisions'][data['current_revision']] patch_number = current_revision['_number'] fetch_url = current_revision['fetch']['http']['url'] fetch_ref = current_revision['fetch']['http']['ref'] fetch_url = current_revision['fetch']['anonymous http']['url'] fetch_ref = current_revision['fetch']['anonymous http']['ref'] author_name = current_revision['commit']['author']['name'] author_email = current_revision['commit']['author']['email'] author_date = current_revision['commit']['author']['date'].replace(date_fluff, '') Loading Loading
tools/repopick.py +2 −2 Original line number Diff line number Diff line Loading @@ -222,8 +222,8 @@ for change in args.change_number: status = data['status'] current_revision = data['revisions'][data['current_revision']] patch_number = current_revision['_number'] fetch_url = current_revision['fetch']['http']['url'] fetch_ref = current_revision['fetch']['http']['ref'] fetch_url = current_revision['fetch']['anonymous http']['url'] fetch_ref = current_revision['fetch']['anonymous http']['ref'] author_name = current_revision['commit']['author']['name'] author_email = current_revision['commit']['author']['email'] author_date = current_revision['commit']['author']['date'].replace(date_fluff, '') Loading