Ron W wrote:
>
> What's in $::cmd_args ? Is it just the command line (or command URL)?
>

The command line arguments, just as they existed in the "g.argv" field at
that point.  It should be noted that the command line arguments _cannot_
currently be modified by the hook, only inspected.

>
> In command_notify, after a commit, is the commit ID included? What about
> ticket and wiki writes?
>

No.  Only the "cmd_name", "cmd_args", and "cmd_flags" TH1 variables are
specially set.  However, you are free to use TH1 (and Tcl if enabled) to
determine any additional context information you may need.

--
Joe Mistachkin

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to