Index: vcpx/source.py
===================================================================
--- vcpx/source.py	(revision 614)
+++ vcpx/source.py	(revision 615)
@@ -221,9 +221,6 @@
 
         last = self._checkoutUpstreamRevision(revision)
+        # Notify the state file about latest applied changeset
         self.state_file.applied(last)
-        # Some backend may have already fetched the remaining history
-        pending = getattr(self, 'pending', None)
-        if pending:
-            self.state_file.setPendingChangesets(pending)
         return last
 
