Changeset 576 in tailor


Ignore:
Timestamp:
08/15/05 18:28:28 (8 years ago)
Author:
lele@…
Hash name:
20050815162828-97f81-adb7b179cc60ecd1b21ad5fe012a8ad4505bb9cf
Message:

Save the state only if something was done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/source.py

    r574 r576  
    132132        finally: 
    133133            # For whatever reason we exit the loop, save the last state 
    134             self.state_file.write(last.revision, self.pending) 
     134            if last is not None: 
     135                self.state_file.write(last.revision, self.pending) 
    135136 
    136137        return last, conflicts 
Note: See TracChangeset for help on using the changeset viewer.