Changeset 350 in tailor for vcpx/session.py


Ignore:
Timestamp:
06/06/05 08:34:19 (8 years ago)
Author:
lele@…
Hash name:
20050606063419-97f81-9d2be23fd768d449a71edffdf2660d1831d110b0
Message:

Another little fix to update in interactive session

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/session.py

    r349 r350  
    583583        nchanges = len(self.changesets) 
    584584        if nchanges: 
     585            applyable = self.willApply 
    585586            if arg: 
    586                 applyable = self.willApply 
    587587                try: 
    588588                    howmany = min(int(arg), nchanges) 
Note: See TracChangeset for help on using the changeset viewer.