| Server IP : 162.241.203.86 / Your IP : 216.73.217.16 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : luxlic01 ( 6532) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /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&