Commit Graph

2 Commits

Author SHA1 Message Date
Rajesh Janakiraman
d1383285ff memoize phabstatus results
Summary: Part of the delay in the hg ssl call was because phabstatus was actually making the network call for each time it was called in the template condition, and we can cache the results

Test Plan: Ran hg ssl, so much faster

Reviewers: durham, rmcelroy

Differential Revision: https://phabricator.fb.com/D2652050
2015-11-17 15:13:12 +00:00
Rajesh Janakiraman
3cb6727ebe Added phabstatus to query phabricator for a diff status
Test Plan:
  rajeshj@rajeshj-mbp1:fbandroid  (checkup)$ hg log -r 45de9b --template '{phabstatus}'
  Needs Review

Reviewers: durham, rmcelroy

Differential Revision: https://phabricator.fb.com/D2632410
2015-11-09 21:24:13 +00:00