hgext/graphlog.py
changeset 16743 38caf405d010
parent 16434 8b62a77d0895
child 16777 058e14da7044
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
    18 from mercurial import cmdutil, commands, extensions, scmutil
    18 from mercurial import cmdutil, commands, extensions, scmutil
    19 from mercurial import hg, util, graphmod, templatekw, revset
    19 from mercurial import hg, util, graphmod, templatekw, revset
    20 
    20 
    21 cmdtable = {}
    21 cmdtable = {}
    22 command = cmdutil.command(cmdtable)
    22 command = cmdutil.command(cmdtable)
       
    23 testedwith = 'internal'
    23 
    24 
    24 ASCIIDATA = 'ASC'
    25 ASCIIDATA = 'ASC'
    25 
    26 
    26 def asciiedges(type, char, lines, seen, rev, parents):
    27 def asciiedges(type, char, lines, seen, rev, parents):
    27     """adds edge info to changelog DAG walk suitable for ascii()"""
    28     """adds edge info to changelog DAG walk suitable for ascii()"""