Lines Matching refs:do_cvs_command
2722 do_cvs_command (cmd_name, command) in do_cvs_command() function
3626 do_cvs_command ("commit", commit);
3721 do_cvs_command ("update", update);
3728 do_cvs_command ("diff", diff);
3735 do_cvs_command ("log", cvslog);
3744 do_cvs_command ("rlog", cvslog);
3751 do_cvs_command ("add", add);
3758 do_cvs_command ("remove", cvsremove);
3765 do_cvs_command ("status", cvsstatus);
3772 do_cvs_command ("rdiff", patch);
3779 do_cvs_command ("cvstag", cvstag);
3788 do_cvs_command ("rtag", cvstag);
3795 do_cvs_command ("import", import);
3802 do_cvs_command ("admin", admin);
3809 do_cvs_command ("history", history);
3816 do_cvs_command ("release", release);
3825 do_cvs_command ("watch_on", watch_on);
3834 do_cvs_command ("watch_off", watch_off);
3843 do_cvs_command ("watch_add", watch_add);
3852 do_cvs_command ("watch_remove", watch_remove);
3861 do_cvs_command ("watchers", watchers);
3870 do_cvs_command ("editors", editors);
3895 do_cvs_command ("version", version);
3917 do_cvs_command ("init", init);
3926 do_cvs_command ("annotate", annotate);
3937 do_cvs_command ("rannotate", annotate);
3992 do_cvs_command ((strcmp (command_name, "export") == 0) ?