File: //usr/lib/python3/dist-packages/hgext/__pycache__/graphlog.cpython-310.pyc
o
�]LbG
� @ sD d Z ddlmZ ddlmZ ddlmZmZmZ i Z e�
e �Z
dZe
dddd ed
�fddd ed
�fddded�ed�fddd ed�fddg ed�ed�fddg ed�ed�fddd ed�fdd d ed!�fd"d#g ed$�ed%�fdd&g ed'�ed(�fd)d*g ed+�ed(�fd,d-g ed.�ed�fgej ej
ed/�e
jd0d1�d2d3� �Zd 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)�helpcategory� inferrepoc O s"