diff --git a/lib/viewcvs.py b/lib/viewcvs.py index 73390bb4..570a9c24 100644 --- a/lib/viewcvs.py +++ b/lib/viewcvs.py @@ -927,7 +927,7 @@ def common_template_data(request): # add in the roots for the selection roots = [] allroots = list_roots(cfg) - if len(allroots) >= 2: + if len(allroots): rootnames = allroots.keys() rootnames.sort(icmp) for rootname in rootnames: