Changeset 615 in tailor
- Timestamp:
- 08/17/05 23:01:07 (8 years ago)
- Hash name:
- 20050817210107-97f81-bb0644560de9a89c7aa4065fecaa8e18a33b1a4a
- File:
-
- 1 edited
-
vcpx/source.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/source.py
r614 r615 221 221 222 222 last = self._checkoutUpstreamRevision(revision) 223 # Notify the state file about latest applied changeset 223 224 self.state_file.applied(last) 224 # Some backend may have already fetched the remaining history225 pending = getattr(self, 'pending', None)226 if pending:227 self.state_file.setPendingChangesets(pending)228 225 return last 229 226
Note: See TracChangeset
for help on using the changeset viewer.
