From e8500273c206df871c82a72b4824b9174067d58b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 17 Feb 2020 19:22:25 -0700 Subject: add TODO Signed-off-by: Sean Whitton --- lib/API/GitForge/Role/GitForge.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/API/GitForge/Role/GitForge.pm b/lib/API/GitForge/Role/GitForge.pm index 933b166..bacc293 100644 --- a/lib/API/GitForge/Role/GitForge.pm +++ b/lib/API/GitForge/Role/GitForge.pm @@ -126,6 +126,10 @@ sub clean_fork { $self->_clean_config_fork(@_); + # TODO use API to unprotect all branches in the fork. we still + # want to use git-push(1) to delete the branches, rather than + # using the API for that, because that's maximally compatible + # assume that if we had to create the gitforge branch, we just # created the fork, so can go ahead and nuke all branches there. # may fail if some branches are protected; that's okay. -- cgit v1.2.3