mercurial/pvec.py
changeset 48875 6000f5b25c9b
parent 46819 d4ba4d51f85f
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    46   and approximately how many changesets are involved
    46   and approximately how many changesets are involved
    47 - can be used to find a heuristic divergence measure between changesets on
    47 - can be used to find a heuristic divergence measure between changesets on
    48   different branches
    48   different branches
    49 '''
    49 '''
    50 
    50 
    51 from __future__ import absolute_import
       
    52 
    51 
    53 from .node import nullrev
    52 from .node import nullrev
    54 from . import (
    53 from . import (
    55     pycompat,
    54     pycompat,
    56     util,
    55     util,