| 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�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&