mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-27 14:09:10 +01:00
(stable) Promote 2016 Week 10
This commit is contained in:
commit
1439aaa871
2 changed files with 8 additions and 0 deletions
|
@ -225,6 +225,7 @@ EOTEXT
|
|||
}
|
||||
|
||||
$branch = $this->getArgument('branch', 'master');
|
||||
$branch = phutil_escape_uri_path_component($branch);
|
||||
|
||||
return $repo_uri.'browse/'.$branch.'/';
|
||||
}
|
||||
|
|
|
@ -2036,6 +2036,13 @@ abstract class ArcanistWorkflow extends Phobject {
|
|||
|
||||
protected function getModernUnitDictionary(array $map) {
|
||||
$map = $this->getModernCommonDictionary($map);
|
||||
|
||||
$details = idx($map, 'userData');
|
||||
if (strlen($details)) {
|
||||
$map['details'] = (string)$details;
|
||||
}
|
||||
unset($map['userData']);
|
||||
|
||||
return $map;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue