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�z � @ s� d dl mZ d dlZd dlZd dlZd dlZddlmZ ddlm Z ddl mZ ddlm Z mZmZmZmZmZmZmZmZmZ ddlmZ dd lmZ d d� Zdd � ZdDdd�Zdd� Zdd� ZdEdd�Z dd� Z!dd� Z"dFdd�Z#dd� Z$d d!� Z%d"d#� Z&G d$d%� d%e'�Z(d Z)dZ*d&Z+d'Z,d(d)� Z-d*d+� Z.ej/d,d-� �Z0d.d/� Z1d0d1� Z2d2d3� Z3d4d5� Z4d6d7� Z5d8d9� Z6ej/d:d;� �Z7d<d=� Z8d>d?� Z9d@dA� Z:dBdC� Z;dS )G� )�absolute_importN� )�_)�open)� repository) � bookmarks� cacheutil�error� narrowspec�phases�pycompat�requirements�scmutil�store�util)�nodemap)� stringutilc C s t | �}|tj8 }|�|� |S )a determine the final set of requirement for a new stream clone this method combine the "default" requirements that a new repository would use with the constaint we get from the stream clone content. We keep local configuration choice when possible. )�set�requirementsmod�STREAM_FIXED_REQUIREMENTS�update)Zdefault_requirements�streamed_requirementsr � r �;/usr/lib64/python3.9/site-packages/mercurial/streamclone.py�new_stream_clone_requirements&