~ubuntu-branches/ubuntu/wily/phabricator/wily-proposed

« back to all changes in this revision

Viewing changes to phabricator/src/applications/config/option/PhabricatorCoreConfigOptions.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-08-03 23:28:35 UTC
  • mfrom: (0.39.1) (0.38.1) (0.27.3) (2.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20150803232835-qnomusa964oxnywb
Tags: 0~git20150803-1
* New snapshot release (closes: #789760)
* renamed arcanist bash-completion file (closes: #791632)
* depends on same version for libphutil (closes: #794462)
* added php5-mysqlnd alternative depends (closes: #792136)

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
            "The current value of PATH after configuration is applied is:\n\n".
175
175
            "  lang=text\n".
176
176
            "  %s",
 
177
            'pygmentize',
177
178
            '$PATH',
178
179
            '$PATH',
179
180
            'phabricator/support/bin/',
180
 
            $path,
181
 
            'pygmentize'))
 
181
            $path))
182
182
        ->setLocked(true)
183
183
        ->addExample('/usr/local/bin', pht('Add One Path'))
184
184
        ->addExample("/usr/bin\n/usr/local/bin", pht('Add Multiple Paths')),