Submit
Path:
~
/
/
lib
/
python3
/
dist-packages
/
mercurial
/
__pycache__
/
File Content:
streamclone.cpython-310.pyc
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&