Index: openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl,v diff -u -r1.32.2.12 -r1.32.2.13 --- openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 18 Oct 2023 15:00:37 -0000 1.32.2.12 +++ openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 18 Oct 2023 15:18:07 -0000 1.32.2.13 @@ -674,8 +674,8 @@ ad_proc -private apm_git_repo_tags { -path:required } { - Extracts the available tags from an OpenACS Git repo. This is - assumes the specific Git setup for our repo, hence it is meant for + Extracts the available tags from an OpenACS Git repo. This assumes + the specific Git setup for our repo, hence it is meant for internal use only. @return list of tag names. @@ -690,7 +690,7 @@ ad_proc -private apm_git_repo_branches { -path:required } { - Extracts the available branches from an OpenACS Git repo. This is + Extracts the available branches from an OpenACS Git repo. This assumes the specific Git setup for our repo, hence it is meant for internal use only. @@ -707,7 +707,7 @@ -path:required } { Extracts the available tags and branches from an OpenACS Git - repo. This is assumes the specific Git setup for our repo, hence + repo. This assumes the specific Git setup for our repo, hence it is meant for internal use only. @return list of branch names @@ -723,7 +723,7 @@ Checks out a repository branch or tag, making also sure that this is up to date via 'git pull' (if this is a branch) - This is assumes the specific Git setup for our repo, hence it is + This assumes the specific Git setup for our repo, hence it is meant for internal use only. @return list of branch names @@ -759,7 +759,7 @@ Fetches a repo from the Git mirror. Clones it first when it does not exist. - This is assumes the specific Git setup for our repo, hence it is + This assumes the specific Git setup for our repo, hence it is meant for internal use only. @return list of branch names