src/mercurialserver/ruleset.py
changeset 242 03d8f07230b3
parent 237 d30f3f312ece
child 297 9875791ab421
equal deleted inserted replaced
241:4af1e1ccf75b 242:03d8f07230b3
     1 # Copyright 2008-2009 LShift Ltd
     1 """
     2 # Author(s):
     2 Glob-based, order-based rules matcher that can answer "maybe"
     3 # Paul Crowley <paul@lshift.net>
     3 where the inputs make clear that something is unknown.
     4 #
     4 """
     5 # This software may be used and distributed according to the terms
       
     6 # of the GNU General Public License, incorporated herein by reference.
       
     7 
     5 
     8 import sys
     6 import sys
     9 import re
     7 import re
    10 import os
     8 import os
    11 import os.path
     9 import os.path