hgext/graphlog.py
changeset 48875 6000f5b25c9b
parent 43506 9f70512ae2cf
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    13 This extension adds a --graph option to the incoming, outgoing and log
    13 This extension adds a --graph option to the incoming, outgoing and log
    14 commands. When this options is given, an ASCII representation of the
    14 commands. When this options is given, an ASCII representation of the
    15 revision graph is also shown.
    15 revision graph is also shown.
    16 '''
    16 '''
    17 
    17 
    18 from __future__ import absolute_import
       
    19 
    18 
    20 from mercurial.i18n import _
    19 from mercurial.i18n import _
    21 from mercurial import (
    20 from mercurial import (
    22     cmdutil,
    21     cmdutil,
    23     commands,
    22     commands,