##// END OF EJS Templates
test: explicitly "add" file before some commit in test-filecache.py...
marmoute -
r50883:09367b3d default
parent child Browse files
Show More
@@ -165,7 +165,7 b' def fakeuncacheable():'
165
165
166 def test_filecache_synced():
166 def test_filecache_synced():
167 # test old behavior that caused filecached properties to go out of sync
167 # test old behavior that caused filecached properties to go out of sync
168 os.system('hg init && echo a >> a && hg ci -qAm.')
168 os.system('hg init && echo a >> a && hg add a && hg ci -qm.')
169 repo = hg.repository(uimod.ui.load())
169 repo = hg.repository(uimod.ui.load())
170 # first rollback clears the filecache, but changelog to stays in __dict__
170 # first rollback clears the filecache, but changelog to stays in __dict__
171 repo.rollback()
171 repo.rollback()
General Comments 0
You need to be logged in to leave comments. Login now