field=models.CharField(default=b'git',help_text='Version control system to use to access your repository with translations.',max_length=20,verbose_name='Version control system',choices=[(b'git',b'Git'),(b'gerrit',b'Gerrit'),(b'mercurial',b'Mercurial')]),