Dear All,
I am trying to write a client tool to make things simple when submit a differential request with a C# winform. Currently I can call conduit method like connect, query, etc...
but when try to submit a differential request via C#, hit issue in providing parameter "changes", checked source code of Arcanist, but hard for me as it is in PHP. and also have not found details on how to provide the parameter.
I guess all information for this parameter can be got by SVN, but can anyone have a short description on this, like what format, and with which command?
Thanks.