Skip to content

Commit

Permalink
Removing the comment that is no longer true
Browse files Browse the repository at this point in the history
  • Loading branch information
abyx committed Dec 22, 2009
1 parent 6c5ae79 commit a4b19bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions buildbot/status/web/console.py
Expand Up @@ -72,12 +72,7 @@ def __init__(self, revision, results, number, isFinished, text, eta, details, wh
class ConsoleStatusResource(HtmlResource):
"""Main console class. It displays a user-oriented status page.
Every change is a line in the page, and it shows the result of the first
build with this change for each slave.
NOTE: this console view works only for SCM that have integer revisions, like
SVN. We require this because, instead of crawling all the history over and
over for sourcestamp, we do number comparaison. I.E. If gotRevision is 1000,
then revision 999 has been tested it in, because 1000 > 999"""
build with this change for each slave."""

def __init__(self, allowForce=True, css=None, orderByTime=False):
HtmlResource.__init__(self)
Expand Down

0 comments on commit a4b19bb

Please sign in to comment.