mercurial/utils/repoviewutil.py
changeset 48875 6000f5b25c9b
parent 43077 687b865b95ad
child 51487 1a9bdd0e1c44
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     4 #                Logilab SA        <contact@logilab.fr>
     4 #                Logilab SA        <contact@logilab.fr>
     5 #
     5 #
     6 # This software may be used and distributed according to the terms of the
     6 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2 or any later version.
     7 # GNU General Public License version 2 or any later version.
     8 
     8 
     9 from __future__ import absolute_import
       
    10 
     9 
    11 ### Nearest subset relation
    10 ### Nearest subset relation
    12 # Nearest subset of filter X is a filter Y so that:
    11 # Nearest subset of filter X is a filter Y so that:
    13 # * Y is included in X,
    12 # * Y is included in X,
    14 # * X - Y is as small as possible.
    13 # * X - Y is as small as possible.