contrib/chg/hgclient.c
changeset 28535 aa082a8125da
parent 28512 b957b4c6cad8
child 28551 8e5312f8df30
equal deleted inserted replaced
28534:293adbaa14a7 28535:aa082a8125da
   476  * whether it can process our request directly or not.
   476  * whether it can process our request directly or not.
   477  * Make sure hgc_setenv is called before calling this.
   477  * Make sure hgc_setenv is called before calling this.
   478  *
   478  *
   479  * @return - NULL, the server believes it can handle our request, or does not
   479  * @return - NULL, the server believes it can handle our request, or does not
   480  *           support "validate" command.
   480  *           support "validate" command.
   481  *         - a list of strings, the server cannot handle our request and it
   481  *         - a list of strings, the server probably cannot handle our request
   482  *           sent instructions telling us how to fix the issue. See
   482  *           and it sent instructions telling us what to do next. See
   483  *           chgserver.py for possible instruction formats.
   483  *           chgserver.py for possible instruction formats.
   484  *           the list should be freed by the caller.
   484  *           the list should be freed by the caller.
   485  *           the last string is guaranteed to be NULL.
   485  *           the last string is guaranteed to be NULL.
   486  */
   486  */
   487 const char **hgc_validate(hgclient_t *hgc, const char *const args[],
   487 const char **hgc_validate(hgclient_t *hgc, const char *const args[],