# HG changeset patch # User osimons # Date 1282865023 0 # Node ID d87227fdb9c2869b2f4ee005e4626d1c79482fa7 # Parent 4a1e2d55562643febe5e55127d36e5bd3498b48a 0.6dev: Merged [884] from trunk diff --git a/bitten/master.py b/bitten/master.py --- a/bitten/master.py +++ b/bitten/master.py @@ -70,8 +70,11 @@ """The directory on the server in which client log files will be stored.""") quick_status = BoolOption('bitten', 'quick_status', False, doc= - """Whether to show the current build status withing the Trac main - navigation bar""") + """Whether to show the current build status within the Trac main + navigation bar. '''Note:''' The feature requires expensive database and + repository checks for every page request, and should not be enabled + if the project has a large repository or uses a non-Subversion + repository such as Mercurial or Git.""") def __init__(self): self.env.systeminfo.append(('Bitten',