Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
9daa4191
Commit
9daa4191
authored
Nov 23, 2018
by
Guilhem Saurel
Browse files
typo
parent
6ef128c1
Pipeline
#1902
passed with stages
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
9daa4191
...
...
@@ -586,7 +586,7 @@ class Branch(TimeStampedModel):
main_branch
=
self
.
project
.
main_branch
()
self
.
ahead
=
self
.
get_ahead
(
main_branch
)
self
.
behind
=
self
.
get_behind
(
main_branch
)
except
Branch
.
DoesNotExist
s
:
except
Branch
.
DoesNotExist
:
pass
self
.
updated
=
self
.
git
().
commit
.
authored_datetime
except
(
git
.
exc
.
GitCommandError
,
IndexError
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment