hgext/graphlog.py
changeset 43506 9f70512ae2cf
parent 43077 687b865b95ad
child 48875 6000f5b25c9b
equal deleted inserted replaced
43505:47fac1692ede 43506:9f70512ae2cf
   119     Nodes printed as an @ character are parents of the working
   119     Nodes printed as an @ character are parents of the working
   120     directory.
   120     directory.
   121 
   121 
   122     This is an alias to :hg:`log -G`.
   122     This is an alias to :hg:`log -G`.
   123     """
   123     """
   124     opts[r'graph'] = True
   124     opts['graph'] = True
   125     return commands.log(ui, repo, *pats, **opts)
   125     return commands.log(ui, repo, *pats, **opts)