hgext/git/__init__.py
changeset 48875 6000f5b25c9b
parent 48539 b9d5ad7146a3
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     2 
     2 
     3 This is currently super experimental. It probably will consume your
     3 This is currently super experimental. It probably will consume your
     4 firstborn a la Rumpelstiltskin, etc.
     4 firstborn a la Rumpelstiltskin, etc.
     5 """
     5 """
     6 
     6 
     7 from __future__ import absolute_import
       
     8 
     7 
     9 import os
     8 import os
    10 
     9 
    11 from mercurial.i18n import _
    10 from mercurial.i18n import _
    12 
    11