|
@@ -88,6 +88,10 @@ class ReviewableBranch(object):
|
|
|
commit = self.project.bare_git.rev_parse(R_HEADS + self.name)
|
|
commit = self.project.bare_git.rev_parse(R_HEADS + self.name)
|
|
|
return 'http://%s/r/%s' % (me.remote.review, commit[0:12])
|
|
return 'http://%s/r/%s' % (me.remote.review, commit[0:12])
|
|
|
|
|
|
|
|
|
|
+ @property
|
|
|
|
|
+ def owner_email(self):
|
|
|
|
|
+ return self.project.UserEmail
|
|
|
|
|
+
|
|
|
|
|
|
|
|
class StatusColoring(Coloring):
|
|
class StatusColoring(Coloring):
|
|
|
def __init__(self, config):
|
|
def __init__(self, config):
|