hgext/largefiles/proto.py
changeset 46232 eb01d6d00a50
parent 46200 bd31462a86a2
child 47914 c424ff4807e6
equal deleted inserted replaced
46231:d3113c4cf52c 46232:eb01d6d00a50
     3 # This software may be used and distributed according to the terms of the
     3 # This software may be used and distributed according to the terms of the
     4 # GNU General Public License version 2 or any later version.
     4 # GNU General Public License version 2 or any later version.
     5 from __future__ import absolute_import
     5 from __future__ import absolute_import
     6 
     6 
     7 import os
     7 import os
     8 import re
       
     9 
     8 
    10 from mercurial.i18n import _
     9 from mercurial.i18n import _
    11 from mercurial.pycompat import open
    10 from mercurial.pycompat import open
    12 
    11 
    13 from mercurial import (
    12 from mercurial import (