Changeset 1253 in tailor


Ignore:
Timestamp:
08/16/06 22:37:06 (7 years ago)
Author:
Chase Phillips <chase@…>
Hash name:
20060816203706-4a7ac-cdba9c1c257a771ea1d6fea0078fd6ee4690b493
Message:

Fix print code in ChangesetEntry?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/changes.py

    r1245 r1253  
    4949            if self.new_revision: 
    5050                s += ' to ' + self.new_revision 
     51        elif self.action_kind == self.DELETED: 
     52            if self.new_revision: 
     53                s += ' at ' + self.new_revision 
    5154        else: 
    5255            s += ' from ' + self.old_name 
Note: See TracChangeset for help on using the changeset viewer.