Diff comments:
> diff --git a/lib/lp/code/browser/gitrepository.py
> b/lib/lp/code/browser/gitrepository.py
> index 76606cd..c41cafe 100644
> --- a/lib/lp/code/browser/gitrepository.py
> +++ b/lib/lp/code/browser/gitrepository.py
> @@ -1420,8 +1418,6 @@ class GitRepositoryDeletionView(LaunchpadFormView):
>
> @property
> def warning_message(self):
> - if self.context.status == GitRepositoryStatus.CREATING:
> - return "This repository is being created and cannot be deleted."
> return None
Sure. Removing it.
>
>
--
https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/400490
Your team Launchpad code reviewers is subscribed to branch
~pappacena/launchpad:allow-delete-gitrepo-while-creating.
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp