hgext/largefiles/storefactory.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
     3 
     3 
     4 
     4 
     5 import re
     5 import re
     6 
     6 
     7 from mercurial.i18n import _
     7 from mercurial.i18n import _
     8 from mercurial.pycompat import getattr
       
     9 from mercurial import (
     8 from mercurial import (
    10     error,
     9     error,
    11     hg,
    10     hg,
    12     util,
    11     util,
    13 )
    12 )