| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.9/site-packages/mercurial/__pycache__/ |
Upload File : |
a
�+�b�t �
@ s� d Z ddlmZ ddlZddlmZ ddlmZmZm Z ddl
mZ dd � Zd
d� Z
dd
� Zdd� Zdd� Zdd� Ze�d�Zdd� Zdd� Ze�d�Ze�d�Ze�d�Ze�d�Ze�d�Zdd� Zd Zd!d"� Zd#d$� Zd%d&� Ze�d'�Z d(d)� Z!d*d+� Z"d,d-� Z#d.d/� Z$d0d1� Z%d2d3� Z&dWd4d5�Z'ed6�ed7�ed8�ed9�ed:�ed;�ed<�ed=�ed>�d?� Z(d@dA� Z)dBdC� Z*dDdE� Z+dXdFdG�Z,dHdI� Z-dJdK� Z.dYdNdO�Z/dPdQ� Z0dRdS� Z1dZdUdV�Z2dS )[a� simplified reStructuredText parser.
This parser knows just enough about reStructuredText to parse the
Mercurial docstrings.
It cheats in a major way: nested blocks are not really nested. They
are just indented blocks that look like they are nested. This relies
on the user to keep the right indentation for the blocks.
Remember to update https://mercurial-scm.org/wiki/HelpStyleGuide
when adding support for new constructs.
� )�absolute_importN� )�_)�encoding�pycompat�url)�
stringutilc C s d| dt �| � f S )N� %s
%s
� "�r �colwidth��s� r �7/usr/lib64/python3.9/site-packages/mercurial/minirst.py�section"