hgext/largefiles/__init__.py
changeset 48875 6000f5b25c9b
parent 46232 eb01d6d00a50
child 49852 564d360fc98e
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
   102 will be ignored for any repositories not already containing a
   102 will be ignored for any repositories not already containing a
   103 largefile. To add the first largefile to a repository, you must
   103 largefile. To add the first largefile to a repository, you must
   104 explicitly do so with the --large flag passed to the :hg:`add`
   104 explicitly do so with the --large flag passed to the :hg:`add`
   105 command.
   105 command.
   106 '''
   106 '''
   107 from __future__ import absolute_import
       
   108 
   107 
   109 from mercurial import (
   108 from mercurial import (
   110     cmdutil,
   109     cmdutil,
   111     extensions,
   110     extensions,
   112     exthelper,
   111     exthelper,