File: //proc/thread-self/root/lib64/python2.7/site-packages/hgext/convert/cvsps.pyo
�
1�3\c @@ s d d l m Z d d l Z d d l Z d d l Z d d l m Z d d l m Z m Z m
Z
m Z m Z d d l
m Z m Z m Z e j Z d e f d � � YZ d e f d � � YZ d
� Z e d e e d � Z d
e f d � � YZ d e e d � Z d � Z d S( i ( t absolute_importN( t _( t encodingt errort hookt pycompatt util( t dateutilt procutilt
stringutilt logentryc B@ s e Z d Z d � Z d � Z RS( s� 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 t | _ | j j | � d S( N( t Falset synthetict __dict__t update( t selft entries( ( s9 /usr/lib64/python2.7/site-packages/hgext/convert/cvsps.pyt __init__1 s c @ s? � f d � t � j � D� } d t � � j d j | � f S( Nc 3@ s&