Self-explanatory.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARCfcd882815afb: Minor tidying of `ArcanistUpgradeWorkflow`
Eyeball it.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/workflow/ArcanistUpgradeWorkflow.php | ||
---|---|---|
43–51 | This is probably untranslatable even in English, since we would use "a git working copy" but "an svn working copy" and "an hg working copy" (at least, the way I pronounce them). The VCS type constants also aren't very human readable. Consider restoring the "git" hardcode for now, or the "right" version of this is probably: switch ($vcs_type) { pht('blah blah full string for git'); pht('blah blah full string for svn'); pht('blah blah full string for hg'); } |