diff -r 4af1e1ccf75b -r 03d8f07230b3 src/mercurialserver/ruleset.py --- a/src/mercurialserver/ruleset.py Sat Dec 19 10:46:42 2009 +0000 +++ b/src/mercurialserver/ruleset.py Sat Dec 19 10:47:13 2009 +0000 @@ -1,9 +1,7 @@ -# Copyright 2008-2009 LShift Ltd -# Author(s): -# Paul Crowley -# -# This software may be used and distributed according to the terms -# of the GNU General Public License, incorporated herein by reference. +""" +Glob-based, order-based rules matcher that can answer "maybe" +where the inputs make clear that something is unknown. +""" import sys import re