mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
No description
b960c8114b
Summary: Phabricator was going to give me an error message via commit_hook.php, unfortunately said error wasn't being set since \$callsign was undefined. So, just changed \$callsign to \$argv[1] and now I get the appropriate commit. Test Plan: 1. Add commit_hook.php to an SVN pre-commit. 2. Set the SVN to be hosted off of Phabricator. 3. Attempt to commit to commit to SVN repository. Expected: Error message saying that the repository isn't hosted on Phabricator Results: Error message saying undefined function. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7920 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted.