Changeset 615 in tailor for vcpx/source.py


Ignore:
Timestamp:
08/17/05 23:01:07 (8 years ago)
Author:
lele@…
Hash name:
20050817210107-97f81-bb0644560de9a89c7aa4065fecaa8e18a33b1a4a
Message:

Removed old code
If backend did (fetching the whole history to find out the very first
changeset as CVS needs), getPendingChangesets() already informed the
state file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/source.py

    r614 r615  
    221221 
    222222        last = self._checkoutUpstreamRevision(revision) 
     223        # Notify the state file about latest applied changeset 
    223224        self.state_file.applied(last) 
    224         # Some backend may have already fetched the remaining history 
    225         pending = getattr(self, 'pending', None) 
    226         if pending: 
    227             self.state_file.setPendingChangesets(pending) 
    228225        return last 
    229226 
Note: See TracChangeset for help on using the changeset viewer.