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/interfaces/__pycache__/ |
Upload File : |
a �+�b� � @ s: d dl mZmZ d dlZddlmZ G dd� dej�ZdS )� )�absolute_import�print_functionN� )�utilc @ sN e Zd Zdd� Ze�d�Zdd� Zdd� Ze�d�Z e�d �Z ejd d� �Z dd � Zdd� Zdd� Zdd� ZdKdd�Zdd� Zdd� Zdd� ZeZdd� Zdd � Zd!d"� Zd#d$� ZdLd%d&�Zd'd(� Zd)d*� Zd+d,� Zd-d.� Zd/d0� Z dMd2d3�Z!d4d5� Z"dNd6d7�Z#d8d9� Z$d:d;� Z%d<d=� Z&dOd?d@�Z'dAdB� Z(dCdD� Z)dEdF� Z*dGdH� Z+dIdJ� Z,dS )P� idirstatec C s dS )z�Create a new dirstate object. opener is an open()-like callable that can be used to open the dirstate file; root is the root of the directory tracked by the dirstate. N� )�openerZui�rootZvalidateZ sparsematchfnZ nodeconstantsZuse_dirstate_v2r r �C/usr/lib64/python3.9/site-packages/mercurial/interfaces/dirstate.py�__init__ s zidirstate.__init__zMatcher for ignored files.c C s dS )z5Return a list of files containing patterns to ignore.Nr r r r r �_ignorefiles s zidirstate._ignorefilesc C s dS )zBGiven a file `f`, return the ignore file and line that ignores it.Nr )�fr r r �_ignorefileandline s zidirstate._ignorefileandlinezCallable for checking symlinks.z Callable for checking exec bits.c C s dS )z�Context manager for handling dirstate parents. If an exception occurs in the scope of the context manager, the incoherent dirstate won't be written when wlock is released. Nr r r r r �parentchange&