hgext/narrow/__init__.py
changeset 48875 6000f5b25c9b
parent 45372 77b8588dd84e
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 '''create clones which fetch history data for subset of files (EXPERIMENTAL)'''
     7 '''create clones which fetch history data for subset of files (EXPERIMENTAL)'''
     8 
     8 
     9 from __future__ import absolute_import
       
    10 
     9 
    11 from mercurial import (
    10 from mercurial import (
    12     localrepo,
    11     localrepo,
    13     registrar,
    12     registrar,
    14     requirements,
    13     requirements,