Private GIT

Skip to content
Snippets Groups Projects
Commit 0b79efc9 authored by Jonathon Saine's avatar Jonathon Saine
Browse files

Update the max commits to detect when people are out of date (or ahead)

parent 62bec4c2
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ class GitUpdateManager(UpdateManager):
def set_newest_text(self):
# if we're up to date then don't set this
if self._num_commits_behind == 35:
if self._num_commits_behind == 100:
message = "or else you're ahead of master"
elif self._num_commits_behind > 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment