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/hgext/convert/__pycache__/ |
Upload File : |
a �+�bЍ � @ s� d dl mZ d dlZd dlZd dlZd dlmZ d dlmZ d dl m Z mZmZm Z mZ d dlmZmZmZ ejZG dd� de�ZG d d � d e�Zdd� Zddd�ZG dd� de�Zddd�Zdd� ZdS )� )�absolute_importN)�_)�open)�encoding�error�hook�pycompat�util)�dateutil�procutil� stringutilc @ s e Zd ZdZdd� Zdd� ZdS )�logentrya� Class logentry has the following attributes: .author - author name as CVS knows it .branch - name of branch this revision is on .branches - revision tuple of branches starting at this revision .comment - commit message .commitid - CVS commitid or None .date - the commit date as a (time, tz) tuple .dead - true if file revision is dead .file - Name of file .lines - a tuple (+lines, -lines) or None .parent - Previous revision of this entry .rcs - name of file as returned from CVS .revision - revision number as tuple .tags - list of tags on the file .synthetic - is this a synthetic "file ... added on ..." revision? .mergepoint - the branch that has been merged from (if present in rlog output) or None .branchpoints - the branches that start at the current entry or empty c K s d| _ | j�|� d S �NF)� synthetic�__dict__�update��self�entries� r �9/usr/lib64/python3.9/site-packages/hgext/convert/cvsps.py�__init__4 s zlogentry.__init__c s0 � fdd�t � j�D �}dt� �jd�|�f S )Nc 3 s | ]}d |� j | f V qdS )z%s=%rN�r ��.0�k�r r r � <genexpr>9 � z$logentry.__repr__.<locals>.<genexpr>z%s(%s)z, ��sortedr �type�__name__�join�r �itemsr r r �__repr__8 s zlogentry.__repr__N�r"