This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-arcanist
Watch
1
Star
0
Fork
You've already forked phorge-arcanist
0
mirror of
https://we.phorge.it/source/arcanist.git
synced
2024-11-09 00:12:40 +01:00
Code
Issues
Releases
Wiki
Activity
7f28d7266f
phorge-arcanist
/
bin
/
arc.bat
3 lines
41 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Add an arc.bat file for Arcanist Summary: Allow Windows users to type "arc" with appropriate env config. Test Plan: Typed "arc", got arc. Reviewers: Makinde, btrahan, Koolvin, jungejason Reviewed By: jungejason CC: aran, epriestley Maniphest Tasks: T124 Differential Revision: https://secure.phabricator.com/D1937
2012-03-19 03:42:53 +01:00
@
echo
off
Collapse Arcanist toolsets from "wilds" into "master", as an overlay layer Summary: Depends on D20988. Ref T13395. Ref T13098. Ref T13203. This brings all the "toolsets" code into "master". We try to run commands as toolsets commands first, then fall back to older code. Since the "toolsets" class tree is mostly parallel to the older class tree, this isn't completely broken. Currently, all commands fall back. Test Plan: Created this diff, ran various other commands. But this is probably a long shot from finished. Maniphest Tasks: T13395, T13203, T13098 Differential Revision: https://secure.phabricator.com/D20990
2020-02-13 17:08:35 +01:00
php -f
"
%~dp0
..\bin\arc
"
--
%*
Copy permalink