Enable updating task->revision assoc

Summary: add a conduit method to enable querying revisions' phid from
their revision_IDs, and another one to update the task->revision assoc.

Test Plan: for querying revision_phid method, tested empty, one, and two
revisions in the query. For the one to update the task->revision assoc,
I have another diff in facebook which verified it add and remove assoc
correctly.

Reviewers: tuomaspelkonen, epriestley

CC:

Differential Revision: 165
This commit is contained in:
jungejason
2011-04-21 18:47:04 -07:00
parent afedb711d9
commit a9e2e51b98
6 changed files with 106 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ class PhabricatorConduitConsoleController
id(new AphrontFormTextControl())
->setLabel($param)
->setName("params[{$param}]")
->setCaption($desc));
->setCaption(phutil_escape_html($desc)));
}
$form