Exemplo n.º 1
0
 def __init__(self):
     PublishError.__init__(self,
                           'Publishing commit review requests is '
                           'prohibited, please publish parent.')
Exemplo n.º 2
0
 def __init__(self):
     PublishError.__init__(self, 'Exactly one bug ID must be provided.')
Exemplo n.º 3
0
 def __init__(self):
     PublishError.__init__(self, '"Ship it" reviews on parent review '
                           'requests are not allowed.  Please review '
                           'individual commits.')
 def __init__(self, bug_id):
     PublishError.__init__(self, 'Invalid bug ID "%s".' % bug_id)
 def __init__(self):
     PublishError.__init__(self, 'This bug is confidential; please attach '
                           'the patch directly to the bug.')
Exemplo n.º 6
0
 def __init__(self):
     PublishError.__init__(
         self, 'This bug is confidential; please attach '
         'the patch directly to the bug.')
Exemplo n.º 7
0
 def __init__(self, bug_id):
     PublishError.__init__(self, 'Invalid bug ID "%s".' % bug_id)
Exemplo n.º 8
0
 def __init__(self):
     PublishError.__init__(self,
                           'Publishing commit review requests is '
                           'prohibited, please publish parent.')
Exemplo n.º 9
0
 def __init__(self, username):
     PublishError.__init__(self, 'Chosen reviewer (%s) is assigned to a '
                           'non-existing Bugzilla user. If you believe you '
                           'received this message in error, please ask for '
                           'help on IRC#mozreview.' % username)
Exemplo n.º 10
0
 def __init__(self):
     PublishError.__init__(self, '"Ship it" reviews on parent review '
                           'requests are not allowed.  Please review '
                           'individual commits.')