diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1197,6 +1197,9 @@ class Project(object): | |||
1197 | raise ManifestInvalidRevisionError('revision %s in %s not found' % | 1197 | raise ManifestInvalidRevisionError('revision %s in %s not found' % |
1198 | (self.revisionExpr, self.name)) | 1198 | (self.revisionExpr, self.name)) |
1199 | 1199 | ||
1200 | def SetRevisionId(self, revisionId): | ||
1201 | self.revisionId = revisionId | ||
1202 | |||
1200 | def Sync_LocalHalf(self, syncbuf, force_sync=False, submodules=False): | 1203 | def Sync_LocalHalf(self, syncbuf, force_sync=False, submodules=False): |
1201 | """Perform only the local IO portion of the sync process. | 1204 | """Perform only the local IO portion of the sync process. |
1202 | Network access is not required. | 1205 | Network access is not required. |