diff options
Diffstat (limited to '')
-rw-r--r-- | awx/main/models/projects.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/awx/main/models/projects.py b/awx/main/models/projects.py index bc52d4269c..65fb8304ce 100644 --- a/awx/main/models/projects.py +++ b/awx/main/models/projects.py @@ -52,7 +52,6 @@ class ProjectOptions(models.Model): SCM_TYPE_CHOICES = [ ('', _('Manual')), ('git', _('Git')), - ('hg', _('Mercurial')), ('svn', _('Subversion')), ('insights', _('Red Hat Insights')), ('archive', _('Remote Archive')), |