a
    %0_G                     @   sD  d Z ddlmZ ddlmZ ddlmZmZmZ i Z	e
e	Z
dZe
dddd	ed
fddd	edfdddededfddd	edfddg ededfddg ededfddd	edfdd d	ed!fd"d#g ed$ed%fdd&g ed'ed(fd)d*g ed+ed(fd,d-g ed.edfgej ej ed/e
jd0d1d2d3 Zd	S )4ae  command to view revision graphs from a shell (DEPRECATED)

The functionality of this extension has been include in core Mercurial
since version 2.3. Please use :hg:`log -G ...` instead.

This extension adds a --graph option to the incoming, outgoing and log
commands. When this options is given, an ASCII representation of the
revision graph is also shown.
    )absolute_import)_)cmdutilcommands	registrars   ships-with-hg-cores   glog   fs   followNsC   follow changeset history, or file history across copies and renames    s   follow-firsts=   only follow the first parent of merge changesets (DEPRECATED)   ds   dates!   show revisions matching date specs   DATE   Cs   copiess   show copied files   ks   keywords+   do case-insensitive search for a given texts   TEXT   rs   revs%   show the specified revision or revsets   REVs   removeds*   include revisions where files were removed   ms   only-mergess   show only merges (DEPRECATED)   us   users   revisions committed by users   USERs   only-branchs?   show only changesets within the given named branch (DEPRECATED)s   BRANCH   bs   branchs-   show changesets within the given named branch   Ps   prunes/   do not display revision or any of its ancestorss   [OPTION]... [FILE]T)ZhelpcategoryZ	inferrepoc                 O   s"   d|d< t j| |g|R i |S )a  show revision history alongside an ASCII revision graph

    Print a revision history alongside a revision graph drawn with
    ASCII characters.

    Nodes printed as an @ character are parents of the working
    directory.

    This is an alias to :hg:`log -G`.
    TZgraph)r   log)ZuiZrepoZpatsZopts r   0/usr/lib/python3/dist-packages/hgext/graphlog.pyglog$   s    Xr   )__doc__Z
__future__r   Zmercurial.i18nr   Z	mercurialr   r   r   ZcmdtableZcommandZ
testedwithZlogoptsZwalkoptsZCATEGORY_CHANGE_NAVIGATIONr   r   r   r   r   <module>   s   

	
EFGM