Changeset 335 in tailor for vcpx/changes.py


Ignore:
Timestamp:
05/21/05 03:24:16 (8 years ago)
Author:
lele@…
Hash name:
20050521012416-97f81-2a884fe2adc67c931c57dd1fcb2c6ba2e6195c79
Message:

Added an 'unidiff' slot to each ChangeSetEntry?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/changes.py

    r311 r335  
    3333    __slots__ = ('name', 'old_name', 
    3434                 'old_revision', 'new_revision', 
    35                  'action_kind', 'status') 
     35                 'action_kind', 'status', 'unidiff') 
    3636 
    3737    def __init__(self, name): 
     
    4242        self.action_kind = None 
    4343        self.status = None 
     44        self.unidiff = None 
    4445 
    4546    def __str__(self): 
Note: See TracChangeset for help on using the changeset viewer.