Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/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"