Changeset 356 in tailor for vcpx/changes.py


Ignore:
Timestamp:
06/10/05 01:51:48 (8 years ago)
Author:
lele@…
Hash name:
20050609235148-97f81-d10ea88716ec8339a8e11af1578af473af6200e9
Message:

Initialize the 'unidiff' slot for the whole changeset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/changes.py

    r336 r356  
    3838        self.action_kind = None 
    3939        self.status = None 
    40         self.unidiff = None 
     40        self.unidiff = None # This is the unidiff of this particular entry 
    4141 
    4242    def __str__(self): 
     
    112112            self.log = log 
    113113        self.entries = entries or [] 
     114        self.unidiff = None        # This is the unidiff of the whole changeset 
    114115 
    115116    def addEntry(self, entry, revision): 
Note: See TracChangeset for help on using the changeset viewer.