Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/mercurial/__pycache__/ |
Upload File : |
o �]Lb�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)�default_requirements�streamed_requirementsr � r �7/usr/lib/python3/dist-packages/mercurial/streamclone.py�new_stream_clone_requirements&