Home | History | Annotate | Download | only in server2

Lines Matching refs:updates

141     updates = []
160 '''Creates a MockFileSystem at |revision| by applying that many |updates|
166 updates if revision is None else updates[:int(revision)])
176 # No updates applied yet.
183 # Apply updates to storage.html.
184 updates.append(storage_html_update('interim contents'))
185 updates.append(storage_html_update('<h1>new</h1> contents'))
193 # Apply several updates to storage.html and app.yaml. The file system
195 updates.append(storage_html_update('<h1>stuck here</h1> contents'))
199 updates.append(double_update)
201 updates.append(storage_html_update('never gonna reach here'))
210 updates.append(storage_html_update('<h1>y</h1> u not update!'))
219 updates.append(app_yaml_update('2-1-0'))
227 # And updates to other content won't happen either.
228 updates.append(static_txt_update('important content!'))